From your terminal:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
The line require("./ngrok.config.js");
is added to remix.config.js
which includes the code to setup the ngrok listener on the appropriate port, which defaults to 3000
.
> npm run dev
> dev
> remix dev
Forwarding to: localhost:3000 from ingress at: https://935d84664d13.ngrok.app
Remix App Server started at http://localhost:3000 (http://192.168.2.66:3000)
For more information about Remix see: