# 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](http://meteor.com)_


## Learning Meteor

The [Meteor website](http://meteor.com) is a great resource for getting started.

Here are some links you may find helpful:

* [Documentation](http://docs.meteor.com)
* [Applications built with Meteor](http://madewith.meteor.com)
* [Examples](http://meteor.com/examples)
* [Blog](http://meteor.com/blog)
* [FAQ](http://meteor.com/faq)
* [Meteor on GitHub](https://github.com/meteor)
* [Meteor on YouTube](http://www.youtube.com/user/MeteorVideos)

Articles and guides from the community:

* [Learn Meteor Fundamentals and Best Practices](http://andrewscala.com/meteor)
* [Introduction to Realtime Web with Meteor and Node.js](http://www.andrewmunsell.com/blog/introduction-to-realtime-web-meteor-and-nodejs)
* [Confessions of a Meteor Newb](http://blog.jerodsanto.net/2012/04/confessions-of-a-meteor-newb)

Get help from other Meteor users:

* [Meteor on StackOverflow](http://stackoverflow.com/questions/tagged/meteor)
* [Mailing list on Google Groups](https://groups.google.com/forum/?fromgroups#!forum/meteor-core)
* [Meteor on Twitter](http://twitter.com/meteorjs)

_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._


## 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](https://github.com/MStumpp).
