- Open bash/terminal
- Download the lastest version of node and npm using instructions here
- Cd into project's root directory
npm install
: Installs all project specific package modules within the project's root directory callednode_modules
- Open bash/terminal
- CD into project's root directory
- Update local npm packages using
npm install
npm test
: Runs both the unit tests and coveralls code coverage tool
- Test Logs: https://travis-ci.org/
- Code Coverage: https://coveralls.io/