albatrocity / LoanShark

Chaplin + Brunch demo app for being a tightwad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Loan Shark is a simple Chaplin app for keeping track of things (or money) you loan out to friends. It uses Exoskeleton, a dependency-less Backbone replacement. Persistence is handled with PouchDB and backbone-pouch (which unfortunately requires jQuery). Currently the database is device-specific. It's your own localized data.

View a build on GitHub Pages

Brunch is used for compiling the application and can be used as a server.

Setup

  • clone!
  • npm install -g brunch
  • npm install
  • bower install
  • brunch watch --server

Build/Deployment

  • edit app/config.coffeeenv to set the root in production to whatever directory the app will be running out of.
  • run PRODUCTION=true brunch b --production
  • upload public directory to your host at your specified root

Brunch with Chaplin

Brunch and Chaplin.

About

Chaplin + Brunch demo app for being a tightwad


Languages

Language:CoffeeScript 89.3%Language:CSS 10.7%