Demo Todos App
June 5, 2015 ยท View on GitHub
This app is an example using the TodoMVC project
NOTE: I threw this together in 5 minutes just to say we had a TODOMVC example.
To Run, start mongodb in one terminal:
mongod
Then run the project:
bundle install
bundle exec volt server