A minimal React starter project using Vite and TypeScript.
- React
- Vite
- TypeScript
- SWC
- Node.js (18+ recommended)
- npm
Clone the repository:
git clone git@github.com:gethgr/react-starter.git
cd react-starternpm installnpm run devhttp://localhost:5173npm run buildnpm run preview