EASIEST way (this worked flawlessly for me) is to locally host your site at 0.0.0.0:<port_no>
and to access it using mobile devices, use <local_ipv4_address>:<port_no>/<path>
in browser.
- To know your local ipv4 address, just type
ipconfig
in cmd - ANY device connected to the SAME network can access this url.