Skip to content

Instantly share code, notes, and snippets.

@abyshakes
Created November 4, 2015 10:21
Show Gist options
  • Save abyshakes/940e3b315a18a0c970c1 to your computer and use it in GitHub Desktop.
Save abyshakes/940e3b315a18a0c970c1 to your computer and use it in GitHub Desktop.
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