Skip to content

Instantly share code, notes, and snippets.

@fermuch
Created August 4, 2015 16:13
Show Gist options
  • Save fermuch/602f5be23139a3477d5e to your computer and use it in GitHub Desktop.
Save fermuch/602f5be23139a3477d5e to your computer and use it in GitHub Desktop.
Meteor Tutorial
# "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