dvinciguerra / brunch-with-marionette

Brunch.io skeleton for marionette.js, handlebars, sass and backbone using coffee-script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brunch with Marionette

This is a simple coffee skeleton for Brunch which utilizes MarionetteJS.

Main languages are CoffeeScript, Stylus and Handlebars.

Getting started

  • Create new project via executing brunch new https://github.com/SimbCo/brunch-with-marionette.git <project-name> option for the command.
  • Enter the project directory cd <project-name>
  • Build the project with brunch b or brunch w.
  • Open the public/ dir to see the result.
  • Write your code.

Other

Versions of software the skeleton uses:

  • Twitter Bootstrap 3.2.0
  • MarionetteJS 1.8.8

Legal Stuff (MIT License)

Template is Copyright (c) 2013 Simeon Bateman; SimB & Company. We assume no rights or liablities for the code contained. All libraries are owned and licensed by the ownsers. Use at your own risk.

Distributed under MIT license.

About

Brunch.io skeleton for marionette.js, handlebars, sass and backbone using coffee-script


Languages

Language:HTML 53.7%Language:CoffeeScript 43.0%Language:CSS 3.3%