AngularJs project boilerplate
- Clone the project into your workspace.
npm install
andbower install
to install the dependencies.gulp serve
for development. The app will be served at:http://localhost:9000/#/
gulp build
for deployment.gulp test
to 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