Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 292 Bytes

Demo Todos App

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