Skip to content

jdaudier/marionette-wires

 
 

Repository files navigation

Marionette Wires

An opinionated starter application built with Marionette.js.

Quick start

Clone or download this repo.

git clone git@github.com:thejameskyle/marionette-wires.git && cd marionette-wires

Make sure Node.js and npm are installed.

npm install
npm install -g gulp
gulp

Once that's done, the browser will automatically launch the app at http://localhost:3000.

Guide

There are additional README.md files all throughout the application. However, the documentation is a work in progress.

As a general rule, be sure to read through all of the source code yourself and make sure you understand what is happening.

Directories Purpose
api Mock api routes
dist Built assets
lib Libraries (only ones not on npm)
src Source files
test Test files

===

© 2014 James Kyle. Distributed under ISC license.

About

An opinionated starter application built with Marionette.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • CSS 16.7%
  • Other 0.8%