generator-modernweb
v1.1.3
Published
An example Yeoman generator for the book Pro JavaScript Frameworks for Modern Web Development
Readme
generator-modernweb
A Yeoman generator for a project based on Angular, Browserify, and Grunt, among other tools. Used as example for the book Pro JavaScript Frameworks for Modern Web Development.
If you have not already installed Yeoman, do so:
$ npm install -g yoInstall the generator-modernweb Yeoman generator and create your first project:
$ npm install -g generator-modernweb
$ mkdir myapp && cd myapp
$ yo modernwebBuild your new project and launch and instance of Express to serve it with:
$ gruntNew Angular routes can be created with the following Yeoman subcommand:
// e.g.: yo modernweb:route users
$ yo modernweb:route {path}