How to Build an App Using Meteor JS
With the recent launch of Meteor JS 1.0, I got to experimenting with this new JavaScript framework. As promised, I've made a walk-through of my process with using Meteor to build an app side project of mine, for those of you who aren't huge fans of trial and error.
Table of Contents
Outlined below are the several "chapters" covered throughout this 10-minute tutorial, so feel free to skip around to find the help you're seeking! For a more in-depth look at project files, head over to my GitHub.
- Meteor’s Package System (0:26)
- Structure: Server vs. Public vs. Client (1:37)
- Templates (2:35)
- Collections: Retrieving Data (4:06)
- Events / Sessions / Permissions (5:13)
- Accounts / Authentication (7:41)
- Additional Comments (8:26)
- Deployment (9:37)
Questions?
Comment below or tweet me @AaronFischer if you could use some extra pointers or want to share what you've created!