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