Boilerplate project to start an Angular App (WORK IN PROGRESS) ###Contains
- AngularJS 1.5.x
- Webpack 1.12.x
- JWT using angular-jwt
###TODO
- Integrate ui-router
- Generate code coverage reports during development
- Integrate linting validations during development
- Integrate protractor for e2e testing
- Integrate Jasmine Framework for unit testing
- Separate verdor js files in their own bundle
- Separate verdor css files in their own bundle
- Create basic views to demostrate protected views
- Create basic login page
###How to start Development
- Clone this repo
- Download project dependencies with
npm install
- Start a live reloading server with
npm start
- For live reloading unit test with
npm test
(TODO)
###How to deploy
npm build
(TODO)