Local Development
Apps can easily be developed locally by connecting SAALT to your local machine.
- Install ngrok or a similar service that enables a public URL for your local development server.
- Start your App (e.g.
npm run devwhen using the example starter kit). - Start ngrok and point it to the correct local development port.
- Click Add App on the Apps page (Admin → Apps) in SAALT and enter your public URL.
Last modified on