Skip to content

Instantly share code, notes, and snippets.

@sjha4
Created July 29, 2019 20:10
Show Gist options
  • Select an option

  • Save sjha4/06f104b80bcdfe565e54aa50e90e1acb to your computer and use it in GitHub Desktop.

Select an option

Save sjha4/06f104b80bcdfe565e54aa50e90e1acb to your computer and use it in GitHub Desktop.
webpack_dev_server true in config/settings.yaml
BIND=0.0.0.0 ./node_modules/.bin/webpack-dev-server --watch-poll 1000 --disable-host-check --config config/webpack.config.js $WEBPACK_OPTS
bundle exec puma -b 'tcp://0.0.0.0' -p 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment