MStumpp / meteor-todomvc

TodoMVC running on Meteor

Home Page:http://todomvc.meteor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor TodoMVC Example

Meteor is an open-source platform for building top-quality web apps in a fraction of the time, whether you're an expert developer or just getting started.

Meteor - meteor.com

Learning Meteor

The Meteor website is a great resource for getting started.

Here are some links you may find helpful:

Articles and guides from the community:

Get help from other Meteor users:

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

Running

If you don't have Meteor installed already, from a terminal window:

curl install.meteor.com | /bin/sh

To run the app:

# from labs/architecture-examples/meteor
meteor

The app should now be running on http://localhost:3000.

Deploying

To deploy to meteor.com:

# from labs/architecture-examples/meteor
meteor deploy myapp.meteor.com

Credit

This TodoMVC application was created by MStumpp.

About

TodoMVC running on Meteor

http://todomvc.meteor.com


Languages

Language:JavaScript 100.0%