Install the dependencies and devDependencies and start the server.
$ cd JS18_ProjectB_Group4
$ npm install
$ npm startVisit http://localhost:3000 in the browser.
To run eslint on all js files, run
$ npm run lintFor unit tests, simply run
$ npm run test