- Overview
- Transcript
1.1 Introduction
Welcome to Get Started with Meteor. In this course, we’re going to be building a complete web application with Meteor—a real-time, multi-user chess game. You’ll learn everything you need to know to start using this amazing framework.
Related Links
1.Getting Started3 lessons, 11:39
1.1Introduction00:39
1.2Application Demo05:23
1.3Application Setup05:37
2.First Steps4 lessons, 19:19
2.1Organizing Your Code05:44
2.2Set Up a Router07:24
2.3Add User Accounts03:39
2.4Collections02:32
3.The User List Page3 lessons, 23:41
3.1List Users12:38
3.2Making Friends04:57
3.3Write a First Meteor Method06:06
4.The Game List Page4 lessons, 39:05
4.1Waiting for Data08:15
4.2New Game Form08:35
4.3New Game Method09:42
4.4List the Games12:33
5.The Game Page10 lessons, 1:28:25
5.1Get the Game Data04:53
5.2Display the Game: Prep Work11:40
5.3Display the Game12:00
5.4Style the Chess Board02:50
5.5Making Moves: The Event Handler16:54
5.6Making Moves: The Meteor Method10:00
5.7Listing the Moves06:48
5.8Chat Between Users11:56
5.9Reviewing the Game09:29
5.10Deploy the Application01:55
6.Conclusion1 lesson, 00:44
6.1Conclusion00:44
1.1 Introduction
Meteor is one of the most popular JavaScript application frameworks. However, it's more than just a JavaScript framework. It's actually a full stack platform that allows you to very easily build web applications that run both on the desktop and on mobile. Hi, I'm Andrew Burgess. And in this course I'm going to be teaching you how to build an application with Meteor. We're going to build a chess game. And in the process, we're going to look at all the main features of Meteor and how they work together to make it really, really easy for us to build a complex web application in hardly any time at all. So if you're ready to get started learning Meteor, let's go.