This is just my boilerplate amalgamation for creating responsive single page apps. It's a beautiful way to start things out right! I recently removed CoffeeScript from this repository. For the CoffeeScript version go here.
- Base template: Twitter Bootstrap with LESS
- MVC / Horsepower: AngularJS
- Library Support:
- Angular App structure for JavaScript
- Grunt build tasks.
Since 0.1.0, I added grunt instead of Codekit for added power and flexibility. This allows you to lint your JS, run unit tests, compile LESS, etc. through a watcher, along with a production task.
- Install Node.js and then
npm install -g grunt-clito get Grunt going. - In the app base directory:
npm installto get the dependencies. - Run / customize the desired Grunt tasks:
grunt -hto view available tasks.grunt watchto start the watcher for LESS / JS/ Tests- The default task
gruntwill build for production.
- Bootstrap 3.0.3
- AngularJS 1.2.4
- jQuery 2.0.3
- Lodash Mobile 2.4.1
- Amplify.store 1.1.0