Steps to follow:
Download and install Node.js
Install bower globally: npm install -g bower
Install Brunch: npm install -g brunch
- Clone this project.
- cd into project directory
- run :-- npm install
- run bower install in the project directory
- run brunch build
- run brunch watch --server
To generate the war, run following command: grunt war