cloudflare · Cloudflare Workers Docs
Workers Analog
A guide for initializing an Analog fullstack Angular application using the create-cloudflare CLI, developing locally, and deploying the project to Cloudflare Workers.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Analog
A guide for initializing an Analog fullstack Angular application using the create-cloudflare CLI, developing locally, and deploying the project to Cloudflare Workers.
When To Use
Use when you need to scaffold a new Analog Angular project and deploy it to the Cloudflare Workers platform.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-framework-guides-web-apps-analog-workflow-guide.md | A guide detailing how to create, develop locally, and deploy a fullstack Angular Analog application to Cloudflare Workers. | Questions about a guide detailing how to create, develop locally, and deploy a fullstack Angular Analog application to Cloudflare Wor... |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo.text | The wrangler deploy command used to deploy an Analog application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The wrangler deploy command used to deploy an Analog application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-2.text | The text command used to deploy a Cloudflare Workers project built with the Analog framework using wrangler. | Exact payloads, commands, or snippets shown in The text command used to deploy a Cloudflare Workers project built with the Analog framework using wrangler. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-3.text | The pnpm wrangler deploy command used to deploy an Analog application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The pnpm wrangler deploy command used to deploy an Analog application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-scaff.text | The npm command used to scaffold a new Cloudflare Workers project using the Analog framework. | Exact payloads, commands, or snippets shown in The npm command used to scaffold a new Cloudflare Workers project using the Analog framework. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-proje.text | The yarn command used to scaffold a new Cloudflare Workers project using the Analog framework. | Exact payloads, commands, or snippets shown in The yarn command used to scaffold a new Cloudflare Workers project using the Analog framework. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-proje-2.text | The pnpm command used to scaffold a new Cloudflare Workers project using the Analog framework. | Exact payloads, commands, or snippets shown in The pnpm command used to scaffold a new Cloudflare Workers project using the Analog framework. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-setup.text | The terminal commands required to initialize and navigate into a new Cloudflare Workers Analog application. | Exact payloads, commands, or snippets shown in The terminal commands required to initialize and navigate into a new Cloudflare Workers Analog application. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-dev-c.text | The text file demonstrates the npm run dev command used to start a local development server for a Cloudflare Workers Analog project. | Exact payloads, commands, or snippets shown in The text file demonstrates the npm run dev command used to start a local development server for a Cloudflare Workers... |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-dev-c-2.text | The text file provides the yarn command used to run the development server for a Cloudflare Workers Analog application. | Exact payloads, commands, or snippets shown in The text file provides the yarn command used to run the development server for a Cloudflare Workers Analog application. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-dev-c-3.text | The text command used to start the local development server for a Cloudflare Workers Analog project. | Exact payloads, commands, or snippets shown in The text command used to start the local development server for a Cloudflare Workers Analog project. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-4.text | The deployment command used to deploy a Cloudflare Workers application built with the Analog framework. | Exact payloads, commands, or snippets shown in The deployment command used to deploy a Cloudflare Workers application built with the Analog framework. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-5.text | The deployment command used to deploy a Cloudflare Workers application built with the Analog framework. | Exact payloads, commands, or snippets shown in The deployment command used to deploy a Cloudflare Workers application built with the Analog framework. |
examples/workers-framework-guides-web-apps-analog-cloudflare-workers-analog-deplo-6.text | The deployment command used to deploy a Cloudflare Workers application built with the Analog framework. | Exact payloads, commands, or snippets shown in The deployment command used to deploy a Cloudflare Workers application built with the Analog framework. |
What This Skill Covers
- In this guide, you will create a new Analog ↗ application and deploy to Cloudflare Workers.
- Main sections:
Tags,1\. Set up a new project,2\. Develop locally,3\. Deploy your Project,Bindings.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/framework-guides/web-apps/more-web-frameworks/analog
