npm install -g grunt grunt-cli bower
Install all dependencies from package.json
npm install
Install all dependencies from bower.json
bower install
grunt dev
will compile all project files into build
folder
Optionally you can run grunt serve
and open http://localhost:9001/