This is a Brunch skeleton for creating HTML5 applications using CoffeeScript, LESS, Angular, and AngularUI with Bootstrap 3.
Most other Angular brunches either had outdated libraries or contained a setup for an external templating engine, such as Jade. Since my editor supports Zen Coding plugins, I didn't find the creation of HTML templates troublesome.
- Brunch edge (
npm install -g brunch/brunch) - Bower (
npm install -g bower)
- Create a new app with Brunch (
brunch new https://github.com/thomdixon/brunch-chicken-and-waffles YourAwesomeApp) - Copy Bootstrap's fonts to assets (
cp bower_components/bootstrap/dist/fonts/* app/assets/fonts/) - Run
brunch w -s - Navigate to
localhost:3333to see it in action, or viewpublic/to see the result