generator-modernweb

1.1.3 • Public • Published

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 yo

Install the generator-modernweb Yeoman generator and create your first project:

$ npm install -g generator-modernweb
$ mkdir myapp && cd myapp
$ yo modernweb

Build your new project and launch and instance of Express to serve it with:

$ grunt

New Angular routes can be created with the following Yeoman subcommand:

// e.g.: yo modernweb:route users
$ yo modernweb:route {path}

Readme

Keywords

Package Sidebar

Install

npm i generator-modernweb

Weekly Downloads

1

Version

1.1.3

License

none

Last publish

Collaborators

  • timambler