Requires npm to be installed on your device.
To setup the project, run the following commands:
npm install -g grunt-cli
npm install .
run: grunt build
To run all tests:
grunt test
or
npm test
To run all tests and track test coverage:
npm run coverage
A report of the test coverage will be generated in build/report/nyc
run: grunt doc