angular-gulp-browserify-seed icon indicating copy to clipboard operation
angular-gulp-browserify-seed copied to clipboard

Angular starter featuring Gulp, Bower, and Browserify

angular-gulp-browserify-seed

Angular starter featuring Gulp, Bower, and Browserify

Blog post

Be sure to read the blog posts to learn how to create this setup from scratch:

  1. Kickstarting Angular With Gulp and Browserify, Part 1 - Gulp and Bower
  2. Kickstarting Angular With Gulp and Browserify, Part 2 - Browserify

Quick Start

  1. Clone the repo
  2. Install the global requirements: npm install -g gulp bower browserify
  3. Install the local requirements: npm install
  4. Install the Bower components: bower install
  5. Run locally: gulp
  6. Create a build: gulp build