You'll need to install Node.js from https://nodejs.org if you don't have it. Then install Grunt and Bower globally as follows:
npm install -g grunt bower
npm install
bower install
grunt build
Launch a browser and point it at build/index.html
.
You'll need to install Node.js from https://nodejs.org if you don't have it. Then install Grunt and Bower globally as follows:
npm install -g grunt bower
npm install
bower install
grunt build
Launch a browser and point it at build/index.html
.