Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 377 Bytes

INSTALLATION.md

File metadata and controls

17 lines (9 loc) · 377 Bytes

Steps to install and run the code

From your root directory:
Run

npm install to install all the dependencies for the project

npm run dev to run frontend and backend concurrently

More Running Commands
  • npm start- Runs only backend with node
  • npm run server - Runs only backend with nodemon
  • npm run client - Runs only fronted