Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

Feature: instead of printing "localhost:3000", print true IP address for other devices (edited) #14

Open
WestonThayer opened this issue Sep 23, 2015 · 3 comments

Comments

@WestonThayer
Copy link

Same as Framer Studio has -- being able to prototype without friction on a phone tends to help me produce higher quality prototypes.

Does anyone have experience with this? Perhaps there's a fairly easy way to do this with an npm module?

@WestonThayer
Copy link
Author

This actually would be super easy to implement. It already works. If you just get your local IP address, then type that into another device on the same network, it will load/live reload. If we just changed out the "localhost:3000" output to "192.68.10:3000", or whatever your actual IP address is, it would be more clear. This is the behavior that Framer Studio has.

@WestonThayer WestonThayer changed the title Feature: Live Reload server available to phone on same network Feature: instead of printing "localhost:3000", print true IP address for other devices (edited) Oct 8, 2015
@jordandobson
Copy link

  • +1

@peteschaffner
Copy link
Owner

Good thinking! This could be done pretty easily with sindresorhus/internal-ip.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants