react-router-tutorial
react-router-tutorial copied to clipboard
need to listen on 0.0.0.0
trafficstars
hi, i am running this on cloud9 environment. i need it to listen on 0.0.0.0 . it seems to want localhost. how do i change this?
I don't know if this would help but if you can specify the host and port you want to listen on directly in your package.json
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0 --port 8081"
}