The wonderful people at Meteor have included several example applications, which you can quickly create and play with; these help you to get a better idea of what Meteor is capable of.
We want to use the simplest possible example, just to get an idea of how Meteor works, so we will be creating the leaderboard
example. We'll be using the command line again. This is awesome news if you still have it open! If not, open a terminal window and follow these steps.
So that we can remember where they are later, we'll put all the files for this book in the ~/Documents/Meteor
folder. We will create this folder as follows:
$ mkdir ~/Documents/Meteor
Now, we need to get to that directory. Use the following ...
No credit card required