AngularJs project boilerplate
- Clone the project into your workspace.
npm installandbower installto install the dependencies.gulp servefor development. The app will be served at:http://localhost:9000/#/gulp buildfor deployment.gulp testto run unit test cases.- Use latest 4+ version for NodeJs.
- AngularJs
- Gulp
- BrowserSync
- UI Router
- Bootstrap (CSS only)
- Eslint
- LESS
- Karma
- Jasmine
- PhantomJs
The AngularJs project structure is completely inspired from John Papa's style with few changes.
Powered by Gulp.
Includes bootstrap CSS framework.
Uses ui.router for routing.
Uses Eslint for code quality check.
Uses LESS for CSS preprocessing.
MIT