What is Meteor?
- A platform for building web, iOS, and Android apps in JavaScript
Why use Meteor?
- Build apps for any device from a single codebase
- JavaScript on the front end and the back end
- Integrate with technologies you already use and love
This repository contains an example Task List app adapted from the Meteor with React tutorial available on https://www.meteor.com/. It is intended to be a good example/starting point for beginners to the platform.
The Meteor website has several excellent tutorials.
I would also highly recommend the LevelUp video series on YouTube. I'm not usually one for video tutorials, but these are really well done.
Meteor has an incredible community and really well-written documentation. Exploring Meteor.com is a great way to discover new tricks and tips for using the framework.