Home

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

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 the src folder is a tutorial. Inside each, you have one folder for each steps final state. Each step folder is a Meteor app - you can run them at any time.
    • Install it: meteor npm install
    • Run it: 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 Svelte. Check it out here.

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

If you find any issues, please click on 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