connect my phone to localhost from my pc
// Note: This would work only if your computer 
// is connected to your phones wi-fi
// Open your terminal, and run this simple command: 
ipconfig
// You are going to see a whole bunch of stuff, 
// skip them and look for the part with the IP Adresses.
// Something like this: 
   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : ed60::b78a:43c:47h1:a96%40
   IPv4 Address. . . . . . . . . . . : 192.172.43.180
   Subnet Mask . . . . . . . . . . . : 125.125.125.0
   Default Gateway . . . . . . . . . : 192.172.43.144
   
// Try any of the the IP Adresses in your phones browser 
// and you 'should' have your page loaded without any hasle.
