#Astro dev server on phone
2 messages · Page 1 of 1 (latest)
The Astro documentation does not provide specific instructions for testing the Astro dev server on a phone. However, you can typically access a local development server from a phone connected to the same network by using the local network IP address of the computer running the server, followed by the port number.
For Astro, the default port number is 4321. So if your computer's local network IP address is 192.168.1.2, you would enter <http://192.168.1.2:4321> into your phone's web browser.