generator-static-angular
v0.0.6
Published
Yeoman generator for a angular static project.
Downloads
8
Maintainers
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 yoBower:
$ npm install -g bowerGenerator-static-angular:
$ npm install -g generator-static-angularGetting Started
Initiate the generator:
$ yo static-angularTo test:
$ npm install -g bower
$ bower install
$ npm installl
$ gulp serveTo compile:
$ npm install
$ npm install -g gulp
$ gulp
