Clone the repository into a folder
git clone <Link>
Install NodeJS from this LINK
Navigate to exercise folder
Open Terminal
npm init
npm install --save express
npm install -g nodemon
Create app.js file
Run nodemon app.js to start the server
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Clone the repository into a folder
git clone <Link>
Install NodeJS from this LINK
Navigate to exercise folder
Open Terminal
npm init
npm install --save express
npm install -g nodemon
Create app.js file
Run nodemon app.js to start the server