AngularJS app basic structure with Gulp build script
- clone the repo
- cd into cloned folder
npm install -g gulp
npm install -g karma
npm install
bower install
Now you can start gulp using one of these
gulp --env=development
gulp
env defaults to developmentgulp --env=staging
- browse to
http://localhost:4000
You can build using 'build' task
gulp build --env=staging
gulp build --env=production
Tests
karma start