I created a React app and I want to see it on my mobile phone, using the local network that has a wireless router.
When I npm start
the app, it says:
You can now view the-most-awesome-app in the browser.
Local: http://localhost:3000
On Your Network: http://172.**.***.1:3000
(I masked the IP here with stars out of probably unnecessary precaution)
But when I try to use http://172.**.***.1:3000
on my phone it doesn't work.
This is the IP address shown in ipconfig
too.
I tried creating an Inbound rule in the Firewall, even disabling the Firewall, nothing worked.