Install the dependencies and devDependencies and start the server.
$ cd JS18_ProjectB_Group4
$ npm install
$ npm startVisit http://localhost:3000 in the browser.
| Dependency | Readme |
|---|---|
| Chai | https://github.com/chaijs/chai/README.md |
| Mocha | https://github.com/chaijs/chai/README.md |
| Eslint | https://github.com/eslint/eslintREADME.md |
To run eslint on all js files, run
$ npm run lintFor unit tests, simply run
$ npm run test