With this plugin users can build interactive prototypes like in InVision or Overflow. Very comprehensive example for a lot of SDK capabilities, including experimental features.
This plugin was created for demo purpose, it does not ready for production usage.
- Run
npm install
- Replace
CLIENT_ID
insrc/config.ts
file You can get CLIENT_ID in app settings. - Run
npm run build
ornpm run watch
to compile app - Run serve the app
npx serve -p 8081
- Run
ngrok
usingnpx ngrok http 8081
- Get https url from ngrok and paste it in
iframe url
in your app settings.