Skip to content

Instantly share code, notes, and snippets.

@xrsrke
Last active June 25, 2018 14:19
Show Gist options
  • Save xrsrke/5e7b7657b68e55eb2cd19f8ee76f304c to your computer and use it in GitHub Desktop.
Save xrsrke/5e7b7657b68e55eb2cd19f8ee76f304c to your computer and use it in GitHub Desktop.
# Install
curl https://install.meteor.com/ | sh
meteor create myApp
cd myApp
meteor remove insecure
meteor remove autopublish
meteor npm install --save babel-runtime
meteor --port $IP:$PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment