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

A seed project for gulp, angular, and browserify.

gulp-angular-browserify-seed

A seed project for gulp, angular, and browserify projects.

Installation


#install global npm dependencies
npm install -g bower
npm install -g gulp
npm install -g browserify
npm install -g napa

#get npm dependencies
npm install

#get bower dependencies
bower install

Setup

#wire angular dependencies with browserify and gulp
gulp browserify

Pull requests accepted :)