Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 411 Bytes

Steps to follow:

Prerequisites:

Download and install Node.js

Install bower globally: npm install -g bower

Install Brunch: npm install -g brunch

  1. Clone this project.
  2. cd into project directory
  3. run :-- npm install
  4. run bower install in the project directory
  5. run brunch build
  6. run brunch watch --server

To generate the war, run following command: grunt war