/Knowledge/sources/honojs__hono/llms-full/next-js-run--552a3787bc26.md
Next.js: Run - hono-docs
Next.js: Run Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 3 run Summary Run the development server...
Next.js: Run
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#3-run
Summary
Run the development server locally. Then, access http://localhost:3000 in your Web browser. ::: code-group sh [npm] npm run dev sh [yarn] yarn dev sh [pnpm] pnpm dev sh [bun] bun run dev ::: Now, `/api/hello...
Content
Run the development server locally. Then, access http://localhost:3000 in your Web browser.
::: code-group
npm run dev
yarn dev
pnpm dev
bun run dev
:::
Now, /api/hello just returns JSON, but if you build React UIs, you can create a full-stack application with Hono.
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#3-run",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Next.js > 3. Run",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 402,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Next.js: Run",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}