Even if like Romain says, Too much tutorial kills tutorial, Here is a nice list of tutorial and resources about Meteor.
Everyone can take away what he needs. Feel free via the comments to notify us other resources and why not yours ?
What is Meteor? Meteor is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor includes a key set of technologies for building connected-client reactive applications, a build tool, and a curated set of packages from the Node.js and general JavaScript community.- Meteor allows you to develop in one language, JavaScript, in all environments: application server, web browser, and mobile device.
- Meteor uses data on the wire, meaning the server sends data, not HTML, and the client renders it.
- Meteor embraces the ecosystem, bringing the best parts of the extremely active JavaScript community to you in a careful and considered way.
- Meteor provides full stack reactivity, allowing your UI to seamlessly reflect the true state of the world with minimal development effort.
https://guide.meteor.com/
Meteor JS Cheatsheet For quicker Meteor development
Snippets I find helpful when developing. Not complete but I’ll keep updating it over time.
http://www.webtempest.com/meteor-js-cheatsheet
Explore Meteor Packages Learn more about Meteor package management. Atmosphere is the catalog for Meteor packages, resources and tools. Explore the most popular, trusted, and reliable packages to install in your apps.
https://atmospherejs.com/
Javascript Basics for Meteor JS The preface to our Meteor JS tutorial series, this primer covers the basics of JavaScript you need to know before diving into Meteor.
https://thinkcodenyc.com/meteor-js-tutorials/javascript-basics-meteor/
Meteorpedia – The unofficial Meteor Wiki! If you’re considering Meteor, check out Why Meteor to learn how it improves upon other popular frameworks like AngularJS or Backbone.js.
Just starting out? Check out the Tutorials section for links to detailed instructions for how to get started with Meteor. Go to Meteor Communities to find places where you can talk with others about Meteor both online and offline.
Explore Meteorpedia by browsing through the Primary Content content on your left. There is also a list of All Pages and Recent Changes, and of course, the page about Meteorpedia itself.
http://meteorpedia.com/read/Main_Page
Crater.io Crater.io is a Hacker News style community site for Meteor discussion and for submitting and discovering the latest news and updates about Meteor. It is built by Sacha Grief using his open source meteor app Telescope.
https://crater.io/
Meteor on stackoverflow.com Meteor Cookbook is an online tutorial for Meteor which has been compiled and curated from over 2 years of emails and discussions from the Meteor google group and from author’s (Abigail Watson) experience with Meteor.
http://stackoverflow.com/documentation/meteor/topics
See you soon for a next resume about TypeScript.
Sébastien, @JS-Republic
More articles about Resources and tutorials :
- REACT : http://blog.js-republic.com/20-resources-and-tutorials-about-reactjs-framework/
- NODE : http://blog.js-republic.com/compilation-de-tutos-ressources-nodejs/
- GRAPHQL : http://blog.js-republic.com/compilation-ressources-graphql/
- METEOR : http://blog.js-republic.com/compilation-ressources-meteor/ (? you are here)
- TYPESCRIPT : http://blog.js-republic.com/resources-range-about-typescript/
- REDUX : http://blog.js-republic.com/resources-range-about-redux/
- EmberJS : http://blog.js-republic.com/emberjs-resources-range/
- Angular : http://blog.js-republic.com/angular-resources-range/