Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eriwen/brunch-jade-bootstrap-and-coffee
- Owner: eriwen
- License: mit
- Created: 2012-07-02T15:42:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-07T23:34:12.000Z (over 11 years ago)
- Last Synced: 2024-07-13T17:48:54.788Z (4 months ago)
- Language: CoffeeScript
- Size: 996 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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