Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 575 Bytes

File metadata and controls

20 lines (13 loc) · 575 Bytes

Testing your application on the host application

You need to know that host application ( Super app ) requires from you a url to your mini app application and you can't use localhost for testing purposes so you need to uses something called ports forwarding

Port forwarding with ngrok

Ngrok — is a tool that allows you to expose your local ports to the internet.

How to use ngrok

  • Install Ngrok
  • Sign up
  • in the cli run
ngrok http <port>

Resources