# Run Rails & Webpack concurrently rails: rails s -e development -p 3000 -b 0.0.0.0 webpack: ./node_modules/.bin/webpack-dev-server --config config/webpack.config.js worker: rake jobs:work logger: rails r lib/log_service.rb # UNCOMMENT THIS LINE IF YOU ARE DOING MOBILE TESTING: # Get started with `npm install weinre -g` # Learn more at https://people.apache.org/~pmuellr/weinre/docs/latest/ # weinre: weinre --boundHost=0.0.0.0