Lewis Menelaws
Lewis Menelaws

Reputation: 1186

How to move on after Meteor tutorial?

So I just finished the tutorial for a to-do application over at https://www.meteor.com/install. I can't find any place online that can do any tutorials to further push my knowledge on meteor. Is there any tutorials or books to help push my knowledge on Meteor? What direction should I go in?

Upvotes: 1

Views: 364

Answers (3)

Julius Koronci
Julius Koronci

Reputation: 417

Discover Meteor should be the next step. In that book they are building a lot more complex app than the Meteor tutorial shows. Afterwards I recommend the tutorials on Kadira Academy. If this is done, you are ready to do your own project :)

Upvotes: 2

Marius Darila
Marius Darila

Reputation: 873

https://www.discovermeteor.com/ is a great source of learning Meteor. I learned a lot from https://github.com/DiscoverMeteor/Microscope and https://github.com/TelescopeJS/Telescope app described in their book.

Upvotes: 2

Tomas Hromnik
Tomas Hromnik

Reputation: 2200

Build your own app, you will learn a lot. I don't know why people think they will learn everything from tutorials. That's misconception.

Steps:

  1. Start building your app.
  2. If you get stuck, Google how to do something you want to do.
  3. Repeat step 2 until you finish your app.

Upvotes: 9

Related Questions