generator-web-starter-angularjs

0.1.3 • Public • Published

generator-web-starter-angularjs

generator-web-starter-angularjs is a yeoman sub-generator to be used by generator-web-starter. It shouldn't be use directly.

It is going to generate:

src
 └── js
     ├── index.js // where the angular-ui-router states are declared
     └── states
         └── home
             ├── home.html // 'home' template
             ├── homeCtrl.js   // 'home' controller
             └── homeRoute.js   // 'home' angular-ui-router state declaration
templates
 └── index.html //starting point of the angular application

After the first generation, run:

npm install; bower install

Run your application:

grunt

Then open your browser on http://localhost:9001/

Readme

Keywords

Package Sidebar

Install

npm i generator-web-starter-angularjs

Weekly Downloads

0

Version

0.1.3

License

none

Last publish

Collaborators

  • f1builder
  • wwhurley