README
Angular and Static Generator
Yeoman generator for a angular static project. See a project who generated with that: fork-label.
Required
Of course Node.js, NPM and Git.
Yeoman:
$ npm install -g yo
Bower:
$ npm install -g bower
Generator-static-angular:
$ npm install -g generator-static-angular
Getting Started
Initiate the generator:
$ yo static-angular
To test:
$ npm install -g bower
$ bower install
$ npm installl
$ gulp serve
To compile:
$ npm install
$ npm install -g gulp
$ gulp