Skip to content

Instantly share code, notes, and snippets.

@alex-oliveira
Last active April 20, 2017 19:22
Show Gist options
  • Save alex-oliveira/04414f5f1b48b27dae8ccb1308f5f9f8 to your computer and use it in GitHub Desktop.
Save alex-oliveira/04414f5f1b48b27dae8ccb1308f5f9f8 to your computer and use it in GitHub Desktop.
Sharing Virtual Localhost

Starting Homestead

$ vagrant up

Sharing Main Homestead Host

$ vagrant share

Installing Localtunnel

$ npm install -g http-server

Sharing Virtual Host

$ cd /my-project $ http-server

Installing Localtunnel

$ npm install -g localtunnel

Sharing Virtual Host

$ lt --subdomain "myproject" --local-host "myproject.loc" --port 80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment