/modern-business-bootstrap-angular

Porting the bootstrap theme to angularJS

Primary LanguageHTML

modern-business-bootstrap-angular

Porting the bootstrap theme to angularJS original -> http://startbootstrap.com/template-overviews/modern-business/

Pom/Maven

just for conveniance, dont run any maven command for build or deploy

Structure

TODO

NodeJS

this project is a NodeJS npm yeoman setup for angular. Used the generator-angular to create the initial setup.

npm install -g yeoman
npm install -g grunt-cli
npm install -g bower

Setup

get the code as is

bower install
npm install

to run in watch mode run:

grunt serve 

should open the browser by default or use http://localhost:9000