Documents documentation

Documents

Build

Build your project with grunt and manage dependencies with bower.

Requirements

For using Grunt you will need to have installed Node.js on your computer. Also NPM installed.

You can check if these are installed properly by opening up a Terminal (Linux or Mac) or Command Prompt (Windows)
and entering the command: node --version and npm --version

Please note that any commands we tell you to run must be ran from the project's root folder.

Node Install

npm install

Bower Dependency Install

bower install

Grunt Build dist

grunt build

Grunt Watch Server & Livereload

grunt serve