React + Vite project with HMR, ESLint, and Biome for formatting.
- Node.js 18+ (recommended: current LTS)
- npm 9+ (or use the Node-bundled version)
npm installnpm run devThen open the URL shown in the terminal (usually http://localhost:5173).
npm run buildOutput is in the dist/ folder.
npm run preview| Script | Description |
|---|---|
npm run format |
Format and fix with Biome |
npm run format:check |
Check formatting (no write) |
- React 19
- Vite 7
- @vitejs/plugin-react-swc for Fast Refresh
- Biome for linting and formatting
- ESLint for additional lint rules