This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
[Feature Request] Add a QR Code in terminal output to quickly open local from phone #27
Labels
enhancement
New feature or request
This a Feature Request for enhancing somewhat the dev/local experience 😎🤞.
It seems you are fond of QR Codes 🤓so here we go:
There exists a BrowserSync plugin called bs-console-qrcode.
npm i bs-console-qrcode --save-dev
bs-config.json
), you just need to add a line :npm start
, and you will see something like this :On iOS, this is as easy as opening up the photo app, looking at the QR Code, a popup will appear and you can click it, avoiding typing manually the address+port !
(I seem to recall having seen this idea from React Native CLI and found it useful)
Comments welcome, thank for your awesome work, btw! 👍
The text was updated successfully, but these errors were encountered: