chetannada / Namaste-React

❤ Namaste React Live Course from Zero to Hero 🚀 by Akshay Saini(Founder of NamasteDev). This repository for Assignment & Class Notes taken during Namaste React Live Course #namaste #javascript #react
https://foodfire-app.netlify.app/
1.91k stars 1.01k forks source link

Added Package.json for Chapter 2 to Chapterr 9 #91

Closed harsh432004 closed 2 months ago

harsh432004 commented 2 months ago

I have added package.json and package.lock.json as per the course from lecture 2 to lecture 9 So that anyone who is new can directly run npm start commands and run the project locally instead of configuring package.json manually by doing npm i . Please review it.

chetannada commented 2 months ago

Hi @harsh432004 I have created this repository with aim of less code and best code structure. If we will create package. Json file for every chapter then we have to install nodemodules for every chapter so it's not good approach because food fire is one project not every chapter so keep one package.json file for one project. For the new user they will change script and css path in index.html file (public folder > index.html) they can able to run code for every chapter.