This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
REQUIREMENTS :
- Nodejs
- npm
How to run the Project?
- Download the Project zip file and extract that in your system
- move to project directory in a terminal
- put the command "npm install" (it will takes few seconds)
- Then run the command "npm run dev"