- nstall NodeJS with NPM.
- download or fork this repository
- open your terminal / console / cli
- navigate to the project folder
- load dependencies via
npm install
- simply run
npm install
in your cli
Install nodemon
globally not to restart your app for every change.
Simply run npm install nodemon -g
and start your app with nodemon server.js
instead of node server.js