0.0.0 • Published 8 years ago

generator-angular-jwt-starter v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Angular JWT starter NPM version Dependency Status

AngularJS 1.6 starter with components, component router and jwt authentication implemented

Installation

First, install Yeoman and generator-angular-jwt-starter using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-angular-jwt-starter

Then generate your new project:

yo angular-jwt-starter

What this starter provides for you

  • Controllers, services and views for user authentication using jwt
  • Controllers, services and views for user registration
  • Popular angular modules alredy installed (ngResouce, ngComponentRouter, ui.bootstrap, toasts ...)
  • Project structure that follows closely the John Papa AngularJS 1 style guide

License

MIT © Borche Petrovski