Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 756 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 756 Bytes

#Spine Contacts

Spine Contacts is an example application for the Spine JavaScript library.

##Live Demo

Checkout the live demo in Safari/Chrome.

##Features

  • Contact CRUD
  • Local Storage persistence
  • Filtering contacts
  • Emailing contacts

##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