Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 400 Bytes

cart_proj

How to run the project:

  • 1 - Clone the repository and checkout to the master branch
  • 2 - cd into the api folder:
    • 2.1 - run "npm install"
    • 2.2 - run "npm start"

You now have the backend up and running on port 9000 :)

  • 3 - cd into the client folder
    • 3.1 - run "npm install"
    • 3.2 - run "npm start"

The react app is now running on port 3000