- Run server
brunch w -s
- Open Browser
localhost:3333
And voila - you're done! For themes check /vendor/_bootswatch/
directory. You can also use default one.
- Angular.JS
- JADE (as default templating)
- CoffeeScript/LiveScript (-with skeletons in CS-)
- Twitter Bootstrap 2.3 (Inspired by Angular-Brunch-Seed)
- Bootswatch themes
- Generators:
- Init (CoffeeScript/LivesScript)
- Angular Directives (CoffeeScript/LiveScript)
- D3 Directive (LiveScript)
- Bootstrap themed using Bootswatch
- Bootstrap Responsive (untested)
- D3
Also in, but untested:
- jQuery UI
- Angular.JS UI
- Angular.JS Bootstrap
Each extra is already configured in config.coffee
(i.e. properly positioned during CSS/JS join). To enable it, just change directory name in vendor
from _extra_library
to extra_library
. And that's it!