https://github.com/eyolas/brunch-marionette-foundation
https://github.com/eyolas/brunch-marionette-foundation
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eyolas/brunch-marionette-foundation
- Owner: eyolas
- License: other
- Created: 2013-11-07T14:18:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T15:38:38.000Z (over 12 years ago)
- Last Synced: 2024-12-29T05:28:31.469Z (over 1 year ago)
- Language: CoffeeScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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