0.0.4 • Published 11 years ago
generator-angular-boilerplate v0.0.4
generator-angular-boilerplate
Usage
Create your project
Install the required tools: yo, gulp, bower
npm install -g yo gulp bowerInstall generator-angular-boilerplate:
npm install -g generator-angular-boilerplateMake a new directory, and cd into it:
mkdir angular-boilerplate && cd $_Run yo angular-boilerplate, optionally passing an app name:
yo angular-boilerplate [app-name]Use Gulp tasks
gulporgulp buildto build an optimized version of your application in/distgulp serveto launch a browser sync server on your source filesgulp serve:distto launch a server on your optimized applicationgulp testto launch your unit tests with Karmagulp test:autoto launch your unit tests with Karma in watch modegulp protractorto launch your e2e tests with Protractorgulp protractor:distto launch your e2e tests with Protractor on the dist files
Contributing
License
MIT