Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 783 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 783 Bytes

OFFLINE / ONLINE ORDER APPLICATION

A real world example of SPINE JS forked from Spine Contacts

##Live Demo

Checkout the live demo in Safari/Chrome.

##Features

  • Products , Clientes, Orders , Order Items
  • Local Storage persistence , Offline Access , Sync with Rails API
  • Filtering clients , products , orders
  • Editing of Orders, Save, Upload and Inventory Sync.

##Usage

  1. Checkout the Git repository
  2. Install npm dependencies: npm install .
  3. Install Hem: npm install -g hem
  4. Run: hem server
  5. Open http://localhost:9294
  6. Check out app/controllers and app/models to see how everything works

##Screenshot

Spine Contacts