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