Welcome! In this tutorial, we will create a simple To-Do app using Blaze and Meteor 3.4.1.

Blaze is Meteor's original, deeply integrated UI framework. It uses an easy-to-learn, Handlebars-like template syntax. Compared to traditional tools, Blaze eliminates the need to manually update the DOM when your database changes. Instead, it integrates...