Install the dependencies and devDependencies and start the server.
$ cd JS18_ProjectB_Group4
$ npm install
$ npm start
Visit 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 lint
For unit tests, simply run
$ npm run test