This is an Angular.js App and is powered by Boom Angular Generator
Install the Boom Generator first.
git clone [clone-url] app
cd app
Install Boom Angular Generator
npm install -g generator-boom
Then install all develpment dependencies
npm start
Finally, fire up the server
gulp
Thats it!