I'm creating React.js
application and running it on localhost
port 5443
. I want to see my React.js app in mobile view. How can i run localhost in chrome remote devices.I'm able to connect remote devices on the chrome dev-tool but my localhost
not running in remote device, throw error refused connection.
Asked
Active
Viewed 2,252 times
1

sonu shaikh
- 21
- 2
- 8
1 Answers
0
this could be achieved with any browser if you follow the steps in this question. The easiest way to achieve is to have both your PC and your mobile device connected to the same network then using the IP address that your router assigned to the PC copy that direction and use it on your mobile Browser. Hope this helps.

Alberto Perez
- 2,561
- 1
- 14
- 21
-
Hello, this solution i had already tried but not working .may be old solutions. – sonu shaikh Dec 10 '19 at 09:35