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
- Checkout the Git repository
- Install npm dependencies:
npm install .
- Install Hem:
npm install -g hem
- Run:
hem server
- Open http://localhost:9294
- Check out app/controllers and app/models to see how everything works
##Screenshot