This a test project for 10 Bridges. The following project was a simple angularJS skeleton that required the use of:
- AngularJS (JS Framework)
- Bower (little bit of NPM thrown in there)
- Gulp (Stream Runner)
- Bootstrap (CSS framework)
- Karma (Test Runner
- Jasmine (Unit Testing)
- Angular Mocks
Some issues of note:
- Some bower_components (specifically the ones pertaining to jasmine) had versioning issues. Proceeded to use CDN version for those. Bootstrap was also a CDN.
- Didn't use angularUI for any components after I realized that besides using angular-bootstrap, there was no real purpose for it being used.
- Github commit history is a bit strange because I wasn't quite sure how to deliver the finished product till it was too late.
- NPM was used almost exclusively because of Gulp.