Skip to content

Latest commit

 

History

History
executable file
·
25 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

executable file
·
25 lines (12 loc) · 314 Bytes

Install Nodejs

https://nodejs.org/

Install bower (http://bower.io/)

sudo npm install -g bower

Install all the bower components

bower install

Install Grunt (http://gruntjs.com/)

sudo npm install -g grunt-cli

Install npm package

sudo npm install

Run application

grunt server