Tutorials

screenshot of Tutorials

The Meteor tutorials from meteor.com

Overview:

The official Meteor tutorials have been moved to separate repositories designated for each technology, such as React, Blaze, Vue, Svelte, and Angular. Each repository contains tutorial content and view code for the respective technology. Additionally, there are step-by-step git repositories and a tutorial viewer app available for editing and viewing the tutorials.

Features:

  • Separate Repositories: Official Meteor tutorials now have individual repositories for React, Blaze, Vue, Svelte, and Angular.
  • Tutorial Content: Each repository contains tutorial content and view code for the specific technology.
  • Step-by-Step Repositories: Maintains tutorial content as step-by-step git repositories for each technology.
  • Tutorial Viewer: A simple app called Tutorial Viewer is available for editing and viewing the tutorials.
  • Editing Workflow: Provides guidelines for editing both prose and code snippets in the tutorials.
  • Repository Layout: The Meteor package repository includes directories for content, generated files, repositories, and scripts.
  • Local Package Usage: The repository can be cloned and used as a local package in an application.