Pizza-Shop icon indicating copy to clipboard operation
Pizza-Shop copied to clipboard

Node_modules found in your root repo.

Open socialyadept opened this issue 1 year ago • 0 comments

Hi,

Adding node_modules folder in the repo directly is highly discouraged.

I would suggest you to delete the folder and add the installing guidelines to run the app with the following commands:

Run Backend:

  • npm install
  • npm start

Run Frontend: open new terminal

  • cd frontend
  • npm install
  • npm start

socialyadept avatar Aug 24 '22 20:08 socialyadept