AngularJS seed project using Browserify, Bourbon, Susy, and Gulp. Inspired by ngBoilerplate.
Install npm then:
$ git clone https://github.com/willogden/angular-acorn.git
$ cd angular-acorn
$ sudo npm -g install gulp bower
$ npm install
$ bower install
$ gulp bui
553A
ld
Then open file:///path/to/angular-acorn/build/index.html
in your browser. Here's a demo
- Application structure based on Google's recent "Best Practice" document
- Currently IE8 compatible (using HTML5Shiv for HTML5 element support)
- Gulp for super fast task running and build automation
- Browserify to handle dependency management
- Bourbon to provide some nice pure Sass mixin's
- Susy for great semantic grids using (Breakpoint)[http://breakpoint-sass.com/] for media query support
- Jasmine and Karma