Skip to content

Webflow-Examples/app-connections-tester

Repository files navigation

App Connections Tester

Small App used to validate App Connections APIs.

image

Local Development

npm run dev

This command installs dependencies, watches for changes in the src/ folder, and serves your extension files from ./dist/. Use the displayed URL as the "Development URL" in Webflow Designer's Apps panel to launch your extension.

Build for Distribution

npm run build

This command prepares a ${bundleFile} in the ./dist/ folder. Upload this bundle.zip file for distributing the App inside of your workspace or via the Marketplace.