You might not know it, but you can host a website on your local network with just a single command! This trick works on macOS, but I’m not sure about other operating systems.
- Open Terminal and navigate to the directory of your app
- Type
php -S 0.0.0.0:8000
(or whatever port you want) - Find your private IP address in System Preferences → Network
- Make sure your phone and computer are on the same Wi-Fi network
- Open
<IP ADDRESS>:8000
on your phone
Unfortunately, this won’t work if the school, café, or workplace that controls the Wi-Fi blocks peer-to-peer connections.