generator-angular-jwt-starter
v0.0.0
Published
AngularJS 1.6 starter with components, component router and jwt authentication implemented
Maintainers
Readme
Angular JWT starter

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-starterThen generate your new project:
yo angular-jwt-starterWhat 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
