This is a sample project to create a browser-managed todo list using Backbone, with an emphasis on tested patterns for file structure.
- This project uses gulp to automate several tasks (ie. JS compression, test-running)
As a single-page web app, it doesn't need much configuration. Just make sure to run the following:
npm install
bower install
gulp