- Install Node.js
- Install Express and copy index.js from this repo to root directory Or clone this repo
- Install
app-root-path module
andnodemon
$ npm i -S app-root-path
$ npm install -g nodemon
- Add your files to
public
directory - Update
index.js
for 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