Created
August 4, 2015 16:13
-
-
Save fermuch/602f5be23139a3477d5e to your computer and use it in GitHub Desktop.
Meteor Tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# "meteor create" es para crear proyectos nuevos. | |
$ meteor create --example leaderboard | |
$ cd leaderboard | |
$ meteor | |
[[[[[ ~/leaderboard ]]]]] | |
=> Started proxy. | |
=> Started MongoDB. | |
=> Started your app. | |
=> App running at: http://localhost:3000/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment