Create your React app with Vite in 1 Min
Sep 28, 2024
Before this Install Vs code and Node in your system
First — Install vite using this command
- npm create vite@latest
Second — Create new react app
- npm create vite@latest my-react-app — — template react
Third — Run your project
- npm run dev