/Knowledge/sources/honojs__hono/llms-full/getting-started-starter--e5159c429c21.md
Getting Started: Starter - hono-docs
Getting Started: Starter Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt starter Summary Starter templ...
Getting Started: Starter
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#starter
Summary
Starter templates are available for each platform. Use the following "create-hono" command. ::: code-group sh [npm] npm create hono@latest my-app sh [yarn] yarn create hono my-app ```sh [pnpm] pnpm create hono@latest my-app...
Content
Starter templates are available for each platform. Use the following "create-hono" command.
::: code-group
npm create hono@latest my-app
yarn create hono my-app
pnpm create hono@latest my-app
bun create hono@latest my-app
deno init --npm hono@latest my-app
:::
Then you will be asked which template you would like to use. Let's select Cloudflare Workers for this example.
? Which template do you want to use?
aws-lambda
bun
cloudflare-pages
❯ cloudflare-workers
deno
fastly
nextjs
nodejs
vercel
The template will be pulled into my-app, so go to it 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#starter",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Getting Started > Starter (1)",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 516,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Getting Started: Starter",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}