I need create-react-app to run on 0.0.0.0 on my network. Changing the host ENV or putting CLI arguments in create-react-app doesn't work at all. Is there anyway to do this? I also have a flask server that needed this and adding host='0.0.0.0'
when using app.run
easily fixed it.
Asked
Active
Viewed 1,315 times
1

Supez38
- 329
- 1
- 3
- 16
-
https://stackoverflow.com/questions/47412363/how-to-open-a-create-react-app-from-another-computer-connected-to-the-same-netwo – slawciu Nov 17 '21 at 18:46