So im trying to access my React web application with ipadress and the portnumber 3000. I tried from another computer and from another phone. But the webpage keeps on loading and then tells me it can't reach the website. Why not? Here is the github link for my project: https://github.com/darja2001/collaborative-whiteboard-SR
Asked
Active
Viewed 1,347 times
1 Answers
1
- Make Sure Your Computer and Phone or computer are connected to same network.
- Open command prompt and type ipconfig and Copy Ipv4 address.
- In your phone or another computer open URL http://(Ipv4 adress):(port
number)
And you will get it
Else you can also use ngrok to access your react app anywhere.

Kapil Shanbhag
- 53
- 3