npm install
To run unit tests in terminal:
grunt test
To run unit tests in browser:
grunt test:serve
To build the project
grunt build:dist
To run the webserver in development mode
grunt
To run the webserver in production mode (with minifying, compressing, etc)
grunt serve:dist