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
You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.
git clone "https://github.com/Rohit-108/food-app.git"
Go to the project directory
cd food-app
Install dependencies
npm install
Start the server
npm run dev