Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 353 Bytes

Install

npm install

Test

To run unit tests in terminal:

grunt test

To run unit tests in browser:

grunt test:serve

Build

To build the project

grunt build:dist

Serve

To run the webserver in development mode

grunt

To run the webserver in production mode (with minifying, compressing, etc)

grunt serve:dist