
Learn to build real-time web applications with Meteor using only JavaScript, and follow setup steps to install Meteor and create a to-do list app while mastering core concepts.
Install meteor in under a minute with the curl command, create a new app in your project directory, start the server, and view it at localhost:3000.
Discover Meteor as a collection of pre-written packages, including a web app package that runs a Node.js server and Handlebars templates for live, real-time data updates.
Learn the Meteor project file structure with a Handlebars template, CSS, and a JavaScript file for client and server code; explore real-time updates via WebSocket and reactive, event-driven templates.
Create and use a meteor collection as the MongoDB equivalent, performing create, read, update, and delete on to-do items with title and completed fields.
Build the Meteor to-do list app by editing default files, renaming the template, and using a Handlebars each loop to render todos from a client-side helper array of titles.
Convert a static array into a shared meteor collection, enforce server-side writes with a meteor method, and build a reactive to-do input template with validation.
Update your to-dos by clicking the done checkbox to toggle completed status using an update to-do method by id, and clear all completed items with a dedicated clear completed action.
Create a to-dos count helper that returns the number of incomplete tasks. Experience live, real-time data synchronization across all clients through a reactive template.
Learn to add pre-built packages with the Meteor package system, install Twitter Bootstrap, apply Bootstrap CSS classes, style a to-do list, and create a live updating app in 30 minutes.
Receive a verifiable certificate of completion to present to employers after completing this course.
We're going to teach you how to build a database-powered web application using only javascript and HTML, using the Meteor framework. This is a great entry point for web developers looking to learn full stack development with a new exciting technology.
Meteor allows you to build real time complex web applications using what you already know: just Javascript, HTML, and CSS. Take this class and you’ll be able to build and deploy a working application. Whether you want to build your own application or improve your marketable skills, Meteor is a great development tool to learn.
"I took this course and finally finished a Udemy course!! It was fantastic. The pace was good and the level of detail was perfect. The course gave insight into Meteor, Handlebars, and Bootstrap all integrated together which is what you need to know to create anything... Thanks for a wonderful course!! I was very impressed with the real-time updates to multiple browsers without hitting the refresh browser button!!"
- 5-star review by John Sylora
This course was produced by Exygy, a custom web shop in San Francisco.