In the project root directory run the following commands:
$ npm install
In the project root directory run the following commands:
DEV
$ karma start
the default karma configuration (see karma.conf.js) is set to support development env. This configuration will support debugging and auto relood files
CI
$ karma start --single-run --browsers PhantomJS2
The CI command overwrites the dev configuration with the PhantomJS2 browser and a single-run.