Skip to content

Instantly share code, notes, and snippets.

@evgenys91
Created March 7, 2018 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evgenys91/bde39dbb5319bffab90111bac4bcbaf8 to your computer and use it in GitHub Desktop.
Save evgenys91/bde39dbb5319bffab90111bac4bcbaf8 to your computer and use it in GitHub Desktop.
RN + remote-redux-devtools + remotedev-server via docker
docker run -d --name db mongo
docker run -d -p 8000:8000 --name remotedev --link db:db jhen0409/remotedev-server
// in app
// const composeEnhancers = composeWithDevTools({
// realtime: true,
// hostname: <docker-machine-ip>,
// port: 8000
// });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment