An AngularJS seed based on UI Bootstrap, RequireJS and Grunt
- Clone the project
- Cd into the project folder
- Npm install to install dependent node modules
- Type 'grunt' in Node CMD to run the project
This is an AngularJS seed based on UI Bootstrap. This project would serve as a immediate solution for Angular web development.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Meantime, the testing scripts would not be working. Test scripts will be added as soon as possible.
- AngularJS Seed - Pete Bacon Darwin (https://github.com/petebacondarwin)
- UI Bootstrap - Wesley Cho (https://github.com/wesleycho)
- Bootstrap - Chris Rebert (https://github.com/cvrebert)
MIT