Ecosyste.ms: Awesome

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

https://github.com/jamiebuilds/marionette-wires

:shipit: An opinionated example application built with Marionette.js.
https://github.com/jamiebuilds/marionette-wires

Last synced: 3 months ago
JSON representation

:shipit: An opinionated example application built with Marionette.js.

Lists

README

        

Marionette Wires
================

An opinionated example application built with Marionette.js.

## Quick start

[Clone](http://git-scm.com/docs/git-clone) or [download](https://github.com/thejameskyle/marionette-wires/archive/master.zip) this repo.

```sh
git clone https://github.com/thejameskyle/marionette-wires.git && cd marionette-wires
```

Make sure [Node.js](http://nodejs.org/) and [npm](https://www.npmjs.org/) are
[installed](http://nodejs.org/download/).

```sh
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](./api) | Mock api routes |
| [dist](./dist) | Built assets |
| [src](./src) | Source files |
| [test](./test) | Test files |

===

© 2014 James Kyle. Distributed under [ISC license](LICENSE.md).