/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-3-run-e0b6a81710e8-3-run-s0484-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 Start the development server...
3. Run
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#3-run
Summary
Start the development server. ::: code-group sh [npm] npm run dev sh [yarn] yarn dev sh [pnpm] pnpm run dev sh [bun] bun run dev ::: By default, the development server will run on port 5173. Access `http://l...
Content
Start the development server.
::: code-group
npm run devyarn devpnpm run devbun run dev:::
By default, the development server will run on port 5173. Access http://localhost:5173/ in your browser to complete the Service Worker registration. Then, access /sw to see the response from the Hono application.