BillitBetter

This React project needs the Vite development server

The page was opened directly from the file system. React, TypeScript and Tailwind are compiled by Vite, so double-clicking index.html cannot run the application.

  1. Open Terminal in this extracted project folder.
  2. Run:
npm install npm run dev

Then open http://localhost:41730. On macOS, you can also double-click start.command.