##Overview
- Installed and used Backbone Generator
- Followed online tutorial
- Ran with my ideas
##Setup steps
- Assuming you have Node.js and yeoman installed.
- Install the backbone generator npm install -g generator-backbone
- Project Workflow
yo backbone # generates your application base and build workflow
yo backbone:model task
yo backbone:collection task
yo backbone:view task
grunt server
##Next Steps
- From here I just expanded on ideas I had and referenced the tutorial above to add functionality.