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