- Set up your first Cloudflare Worker
- Understand the Wrangler CLI
- Run your app locally and deploy it to Cloudflare
Instead of starting from scratch, we'll use the pre-configured workshop repository:
git clone https://github.com/lauragift21/cf-fullstack-ai-workshop.git
cd cf-fullstack-ai-workshopnpm installnpx wrangler devThis runs your Worker in a local dev environment and watches for changes.
npx wrangler deploy-
Review
wrangler.jsoncto see how environment bindings (like AI, D1, Vectorize) are configured -
Check the
public/folder for frontend assets (HTML, CSS, JS)