Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eriwen/brunch-jade-bootstrap-and-coffee

Brunch skeleton including Bootstrap, SASS, Jade and CoffeeScript
https://github.com/eriwen/brunch-jade-bootstrap-and-coffee

Last synced: 24 days ago
JSON representation

Brunch skeleton including Bootstrap, SASS, Jade and CoffeeScript

Awesome Lists containing this project

README

        

# Brunch with Jade, Bootstrap, SASS, and CoffeeScript
This is a skeleton (boilerplate) for [Brunch](http://brunch.io)

Requires Brunch 1.3+.

## Getting started
* Create new project with `brunch new -s git://github.com/Mapvine/brunch-jade-bootstrap-and-coffee.git`.
* Build the project with `brunch b` or `brunch w`.
* Run tests with `brunch t`
* Open the `public/` dir to see the result.
* Write your code.

## Features
* Templating with [Jade](http://jade-lang.com)
* [Bootstrap 2.3](http://twitter.github.com/bootstrap/) using [SASS](http://sass-lang.com) from [Thomas McDonald's bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass/)
* [CoffeeScript](http://coffeescript.org)
* [Backbone 1.0.0](http://backbonejs.org) for client-side MVC and routing

## License
The MIT license.

Copyright (c) 2012 MapVine LLC