The minimal React + Vite baseline I clone to start new frontend projects.
Includes: React 18 · Vite with SWC fast refresh · ESLint (react, react-hooks, react-refresh presets)
Click “Use this template” on GitHub, or:
gh repo create my-app --template ArockiaRajamanickam/react-vite-starter-mipe --clone
cd my-app
npm install
npm run dev| Command | Does |
|---|---|
npm run dev |
Start the dev server with HMR |
npm run build |
Production build to dist/ |
npm run lint |
Run ESLint |
npm run preview |
Preview the production build |