/Knowledge/sources/honojs__hono/llms-full/cloudflare-workers-setup--c92917bd0a2a.md
Cloudflare Workers: Setup - hono-docs
Cloudflare Workers: Setup Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 1 setup Summary A starter fo...
Cloudflare Workers: Setup
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#1-setup
Summary
A starter for Cloudflare Workers is available. Start your project with "create-hono" command. Select cloudflare-workers template for this example. ::: code-group sh [npm] npm create hono@latest my-app ```sh [yarn] yarn create ho...
Content
A starter for Cloudflare Workers is available.
Start your project with "create-hono" command.
Select cloudflare-workers template for this example.
::: code-group
npm create hono@latest my-app
yarn create hono my-app
pnpm create hono my-app
bun create hono@latest my-app
deno init --npm hono my-app
:::
Move to my-app and install the dependencies.
::: code-group
cd my-app
npm i
cd my-app
yarn
cd my-app
pnpm i
cd my-app
bun i
:::
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#1-setup",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Cloudflare Workers > 1. Setup",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 379,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Cloudflare Workers: Setup",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}