Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 664 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 664 Bytes

Meteor TodoMVC

A todo app built using Meteor including authentication, inspired by TodoMVC.

Demo online: http://todomvc-auth.meteor.com

Setup

  • 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

Credits

License

Public Domain