- Install Node.js
- Install Express and copy index.js from this repo to root directory Or clone this repo
- Install
app-root-path moduleandnodemon
$ npm i -S app-root-path
$ npm install -g nodemon- Add your files to
publicdirectory - Update
index.jsfor file names and download commands
To run the server hit following command from base directory
- manual-reload
$ node index.js - auto-reload
$ nodemon index.js