I have been developing a small app with create-react-app and a few other libraries i added. Given the planned architecture and some tests i\'d like to run with react-router,
you can change the port by adding
"scripts": { "start": "set PORT=8080 && react-scripts start" }
but there is no other way to change the IP address when you are developing locally.i also tried to do that.