refcode.netlify.app
When I run netlify dev
it launches the environment in two ports and opens two separate windows. The output shows both ports as well:
You can now view refcode-app in the browser.
Local: http://localhost:3000
On Your Network: http://192.168.86.53:3000
Note that the development build is not optimized.
To create a production build, use npm run build.
┌─────────────────────────────────────────────────┐
│ │
│ ◈ Server now ready on http://localhost:8888 │
│ │
└─────────────────────────────────────────────────┘
See how it is running on both :3000
and :8888
.