angular-frontend
A CRUD FrontEnd Application Example.
Tools
Basic commands to create the project
To install some plugins in npm(node.js)
* npm install --global npm@latest
* npm install --global yo
* npm install --global bower
* npm install --global grunt-cli
* npm install --global grunt-ng-constant --save-dev
* npm install --global generator-angular
* npm install --global generator-angular-fullstack
* npm install --global generator-webapp
To create the project
* yo angular-fullstack angular-frontend
To generate initial code
* yo angular-fullstack:route products
* yo angular-fullstack:route users
* yo angular-fullstack:factory customResource
* yo angular-fullstack:factory tokenAuthInterceptor
* yo angular-fullstack:factory tokenStorage
* yo angular-fullstack:controller pagination
* yo angular-fullstack:controller crud
* yo angular-fullstack:controller auth
To install the project in Heroku
* yo angular-fullstack:heroku
Example Project
https://angularfrontend.herokuapp.com