/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-3-run-e0b6a81710e8-3-run-s0402-c0000.md
3. Run - hono-docs
3. Run Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt 3 run Summary Run the development server l...
3. Run
Source evidence: /Sources/raw/honojshono/honojshono.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 devyarn devpnpm devbun run dev:::
Now, /api/hello just returns JSON, but if you build React UIs, you can create a full-stack application with Hono.