Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 456 Bytes

File metadata and controls

28 lines (21 loc) · 456 Bytes

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 :)