dev-qr
v1.0.1
Published
A personal package for generating QR Code link to a local development server. The goal is to facilitate mobile site testing during development.
Downloads
12
Maintainers
Readme
dev-qr
A personal package for generating QR Code link to a local development server. The goal is to facilitate mobile site testing during development.
Installation
Currently, only installation through this repository is available.
NPM
npm i dev-qrYarn
yarn add dev-qrUsage
NPM
It can be easily used through npx.
npx dev-qr --port=[port_number]Yarn
yarn dev-qr --port=[port_number]