All Projects → jamiebuilds → Marionette Wires

jamiebuilds / Marionette Wires

Licence: isc
An opinionated example application built with Marionette.js.

Programming Languages

javascript
184084 projects - #8 most used programming language

Marionette Wires

An opinionated example application built with Marionette.js.

Quick start

Clone or download this repo.

git clone https://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, open up http://localhost:9000/ in your browser.

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
src Source files
test Test files

===

© 2014 James Kyle. Distributed under ISC license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].