Skip to content

Instantly share code, notes, and snippets.

@mweststrate
Last active February 26, 2016 18:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mweststrate/d9d30009156dfb1f7ea9 to your computer and use it in GitHub Desktop.
Save mweststrate/d9d30009156dfb1f7ea9 to your computer and use it in GitHub Desktop.
install and run MobX in REPL
npm init -y && npm install mobx --save && node -e "global.mobx=require('mobx'); require('repl').start({ useGlobal: true});"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment