1-The port number is mentioned right beside `127.0.0.1:` and here the port number is `5501`. Remember this Port number for later use.
2. The next step is to find your local IP address. In windows pc, you can find your IP address in wifi settings (Network->Properties) and it generally looks like this: 19X.168.Y.Z
192.168.1.5 is local IP address
3. Enter the URL into your phone’s browser as
http:
for example, mine is: http:
(as my computer’s local IP address is 192.168.0.5 and local host Port is 5501)
Now you can see live changes in your mobile as you code!
Note: Do not use this on a public network( like malls etc) for security reasons.