Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 573 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 573 Bytes

localview

Easily access a localhost website from your mobile device.

Usage

  1. Start your localhost server.
  2. Create a QR code with localview.
npx localview --port 8080

The --port argument should match the port exposed by the server.

  1. To visit the exposed URL, scan the QR code with your mobile device.

Screenshot

Notes

  • Both the server and the mobile device need to be connected to the same network.
  • You may need to set you server's host to 0.0.0.0.

License

MIT