Angular starter featuring Gulp, Bower, Angular-UI and Browserify
- Clone the repo
- Install the global requirements:
npm install -g gulp bower browserify
- Install the local requirements:
npm install
- Install the Bower components:
bower install
- Run locally:
gulp
- Watch files for changes:
gulp watch
- Create a build:
gulp build