Skip to content

👨‍💻 Compartilhar seu localhost

Notifications You must be signed in to change notification settings

pedrorivald/compartilhar-localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Compartilhar LocalHost

Instalação 🖥️

Autenticação 🛡️

  • Abra seu terminal
  • Navegue até o local onde seu arquivo.zip foi descompactado
  • Cole o comando copiado e aperte Enter

Executar Ngrok ▶️

  • No terminal e no mesmo diretório, digite:
  ./ngrok http 8080
  • Trocando o 8080 pela sua porta
  • Se tudo ocorrer bem basta copiar um dos links fornecidos ao executar e colar na URL de qualquer navegador
  • Para fechar basta apertar as teclas CTRL + C

Problemas ao executar ❌

  • Caso ./ngrok http 8080 não retornar nada
  • Tente, trocando o 8080 pela sua porta:
./ngrok http 8080 -host-header="localhost:8080"

@pedrorivald

About

👨‍💻 Compartilhar seu localhost

Topics

Resources

Stars

Watchers

Forks