Use this "Hello World" code sample to :
- Spin up a Weblow App Server
- Enable OAuth
- Get data on an authorized user
- Register a Webflow App
- Copy the
.env.examplefile to.env - Replace the IDs in
.envwith the IDs from Webflow - Clone and run
yarn install - Run
yarn devto start your development server
- Fastify for a webserver
- Webflow SDK for the Webflow API client
- Nodemon for live-reload during development
This server needs to be accessible by Webflow to recieve Webhook events. You have a couple of options to enable this: