-1

Actually i am trying to run my localhost react application on my android mobile. And for this purpose I am using ngrok. But with it after some time latter it is throwing an error of ERR_NGROK_702.

enter image description here

If Any one has solution for running localhost react application on my Android mobile from Linux Os. Then Please guide me.

2 Answers2

1

You could give a try to the httpdumper npm module

More info here: https://dev.to/merlier/how-to-test-your-local-website-on-real-phone-devices-2o11

Merlier
  • 21
  • 3
0

https://github.com/localtunnel/localtunnel should help.

if you want self hosted alternative you can use https://github.com/mmatczuk/go-http-tunnel.

TheBotlyNoob
  • 369
  • 5
  • 16