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