Home

The Meteor Blaze Tutorial is where you can start learning the basics of Meteor with Blaze.

Before you begin - If you want to know more about Meteor check our website.

A few tips before you start:

  • If you want to check the final code for each step, you can always go to the src folder.
  • Each folder inside src folder is a tutorial. Inside each, you have one folder for each step’s final state. Each step folder is a Meteor app - you can run them at any time.
    • Install dependencies: meteor npm install
    • Run the project: meteor
  • If you see .. in the code samples, it means that we are not showing all the code on this file or function.

The Simple Todos tutorial is the best place for you to start with Meteor and Blaze. Check it out here.

If you have questions on how to get started, please ask the community on our Forums or on Community Slack (join here). We’d love to have you there!

If you find any issues please click in the Edit on Github button at the bottom of every page and make a Pull Request with your suggested changes.

Edit on GitHub
// search box