[Feature Request] View the app "On Your Network"
See original GitHub issueView the app “On Your Network”
By default create-react-app make the app live on localhost as well as your network.
This would make it easier to test on mobile devices. Also the current way has the text mixing in with all the other details and becomes harder to find. I would be better to highlight somehow, maybe draw a box around it.
Edit: I opened a PR to solve this #22352
[ info ] ready on http://localhost:3000

Issue Analytics
- State:
- Created 3 years ago
- Reactions:54
- Comments:18 (5 by maintainers)
Top Results From Across the Web
How to Submit a Feature Request - YouTube
Learn more: https://slrwnds.com/FeatureRequestsWe're always looking for feedback to make our software better. One of the best ways to let us ...
Read more >How to Use Palo Alto Networks New-Feature Request
You'll send them all the details about the feature in question, and they'll take the necessary steps to have a Feature Request created...
Read more >Feature Request Tracking Made Easy - Fulcrum - FulcrumApp
Fulcrum users will now have the ability to make feature requests directly to our product team. Users can also upvote feature requests from...
Read more >Submit a feature request for Solarwinds Products
These forums are monitored by our product managers. You may also call support to request a ticket for your feature request or access...
Read more >In-App Feature Requests - Instabug
Check out what information is contained in each feature request and how to manage feature requests in your dashboard. Also learn how to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I understand it can be done manually but it’s a user experience thing. I usually open the links by simply clicking on them while in the terminal, Having it right there makes it so I don’t have to go though the extra steps.
create-react-appdoesn’t do anything special. It just shows you the IP address of your laptop on your local network. It uses theaddresspackage to do that in a platform-agnostic way. Looks like you’re on a mac so to get it you can probably just do:and you should be able to use it to access the next.js app that’s running on your laptop from anywhere else on your LAN.