Skip to content

Instantly share code, notes, and snippets.

@user512
Last active August 29, 2015 14:28
Show Gist options
  • Save user512/9f1ee330280343478919 to your computer and use it in GitHub Desktop.
Save user512/9f1ee330280343478919 to your computer and use it in GitHub Desktop.

Meteor.js

Cheatsheet for Meteor.js beginner

To install Meteor on OS X or Linux
curl https://install.meteor.com/ | sh
To create project
meteor create myapp
Set up localhost
meteor
To deploy on meteor free server
meteor deploy myapp.meteor.com
To debug with Node Inspector
meteor debug
Open MongoDB shell for view/ manipulating collections in database
meteor mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment