Angular starter featuring Gulp, Bower, and Browserify
Be sure to read the blog posts to learn how to create this setup from scratch:
- Kickstarting Angular With Gulp and Browserify, Part 1 - Gulp and Bower
- Kickstarting Angular With Gulp and Browserify, Part 2 - 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
- Create a build:
gulp build