Created
November 4, 2015 10:21
-
-
Save abyshakes/940e3b315a18a0c970c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in this example my app is called myapp and my notebooks network address is : 192.168.0.4 | |
Where you reference your app in your hosts file you can just add another line like this: | |
127.0.0.1 myapp.app | |
192.168.0.4 myapp.app | |
and access it on another device on the network like this : 192.168.0.4:8000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment