How to open a create-react-app from another computer connected to the same network?

Simply run HOST=0.0.0.0 npm run start.

Afterwards open the url from another device on the network.

In your case, 192.168.0.5:3000 would work.

Documentation for setting HOST environment variables.

Leave a Comment