Namaste React Live Course from Zero to Hero 🚀 by Akshay Saini Founder of NamasteDev.
- 🥗 FoodieHub App created as practise purpose and I use React.js and Parcel.js, which is the part of this course.
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/ganesh1172/Namaste-React.git"
Go to the project directory
cd Episode13-TimeForTheTest
Install dependencies
npm install
Start the server
npm run start