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.
- Open Terminal in this extracted project folder.
- Run:
npm install
npm run dev
Then open http://localhost:41730. On macOS, you can also double-click start.command.