/Knowledge/sources/honojs__hono/llms-full/node-js-setup--c3f5a0c3b728.md
Node.js: Setup - hono-docs
Node.js: Setup Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 1 setup Summary A starter for Node.js i...
Node.js: Setup
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#1-setup
Summary
A starter for Node.js is available. Start your project with "create-hono" command. Select nodejs template for this example. ::: code-group sh [npm] npm create hono@latest my-app sh [yarn] yarn create hono my-app ```sh [pn...
Content
A starter for Node.js is available.
Start your project with "create-hono" command.
Select nodejs 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 / Node.js > 1. Setup",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 452,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Node.js: Setup",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}