npm create vite@latest your-project-name -- --template react
cd your-project-name
npm i
npm run dev
npm run build
npm run preview
Benefits
- Fast to compile
- Smaller bundle sizes
npm create vite@latest your-project-name -- --template react
cd your-project-name
npm i
npm run dev
npm run build
npm run preview
Benefits