ngrok-qr-tunnel
v1.0.7
Published
A simple developmet script for running NGROK and nodemon together and generating a QR to access the NGROK tunnel.
Downloads
5
Readme
ngrok-qr-tunnel
npm install ngrok-qr-tunnel
Create Script in package.json: ... "start:dev": "tunnel entryPoint" ...
e.g: "start:dev": "tunnel 5000 server"
This package includes nodemon under the hood and will start an NGROK tunnel and QR code to easily access the tunnel on any mobile device.