Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 188 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 188 Bytes

listen-and-log

Installer ngrok

https://ngrok.com/download

Lancer le serveur

npm install
SERVER_PORT=8080 npm start

Lancer le tunnel ngrok

ngrok http 8080