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

https://github.com/eyolas/brunch-marionette-foundation


https://github.com/eyolas/brunch-marionette-foundation

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Brunch with Marionette and Zurb Foundation 4
This is a simple coffeescript based skeleton for [Brunch](http://brunch.io/) which utilizes [MarionetteJS](http://marionettejs.com/) and Zurb Foundation 4.

Use css for foundation.
If you want use SASS, use [brunch-foundation](https://github.com/talentriot/brunch-foundation) skeleton.

Main features are [CoffeeScript](http://coffeescript.org/),
[Handlebars](http://handlebarsjs.com/).
[Zurb Foundation 4](http://foundation.zurb.com/).

## Getting started
* Create new project via executing `brunch new gh:eyolas/brunch-marionette-foundation
* Build the project with `brunch b` or `brunch w`.
* Open the `public/` dir to see the result.
* Write your code in `app/`.

## Other
Versions of software the skeleton uses:

* jQuery 2.0.3
* Backbone 1.0.0
* Underscore 1.5.2
* Zurb foundation 4.3.2
* MarionetteJS 1.1.0

## Credit
This skeleton was spawned from [Brunch with Marionette](https://github.com/SimbCo/brunch-with-marionette).
Rewrite for use Zurb foundation