To test and make changes to this app locally, follow the below instructions.
-
Clone this repository using Git.
-
Open Terminal and cd into the project folder. For example if folder created is backend then,
cd backend
-
Run
npm install
to install all the project dependencies. -
Run
node app
in the terminal to run it.
Or you can also run nodemon
to run the project (the recommended way).
Steps
Run npm install -g nodemon
in the terminal.
And nodemon will be installed globally to your system path.
After installation of nodemon run nodemon app
.