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.
The Meteor website is a great resource for getting started.
Here are some links you may find helpful:
Articles and guides from the community:
- Learn Meteor Fundamentals and Best Practices
- Introduction to Realtime Web with Meteor and Node.js
- Confessions of a Meteor Newb
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.
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.
To deploy to meteor.com:
# from labs/architecture-examples/meteor
meteor deploy myapp.meteor.com
This TodoMVC application was created by MStumpp.