A todo app built using Meteor including authentication, inspired by TodoMVC.
Demo online: http://todomvc-auth.meteor.com
- Install Meteor
$ curl install.meteor.com | /bin/sh
- $ cd meteor
- $ meteor
The app should now be running on http://localhost:3000/
To deploy to meteor.com simply do this:
$ meteor deploy myapp.meteor.com
Public Domain