/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-2-setup-2b167d2766d5-2-setup-s0366-c0000.md

2. Setup - hono-docs

2. Setup Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt 2 setup Summary Create a TypeScript Node...

2. Setup

Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#2-setup

Summary

Create a TypeScript Node.js V4 project in the current folder. sh func init --typescript Change the default route prefix of the host. Add this property to the root json object of host.json: ```json "extensions": { "http": { "rout...

Content

Create a TypeScript Node.js V4 project in the current folder.

func init --typescript

Change the default route prefix of the host. Add this property to the root json object of host.json:

"extensions": {
    "http": {
        "routePrefix": ""
    }
}

::: info The default Azure Functions route prefix is /api. If you don't change it as shown above, be sure to start all your Hono routes with /api :::

Now you are ready to install Hono and the Azure Functions Adapter with:

::: code-group

npm i @marplex/hono-azurefunc-adapter hono
yarn add @marplex/hono-azurefunc-adapter hono
pnpm add @marplex/hono-azurefunc-adapter hono
bun add @marplex/hono-azurefunc-adapter hono

:::

Kinic Wiki
Loading knowledge node
Details

Identity

database
db_23dhmsxlhukv
database_id
db_23dhmsxlhukv
path
/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-2-setup-2b167d2766d5-2-setup-s0366-c0000.md
kind
directory
role
markdown_note
children
0

Metadata

created_at
virtual
updated_at
virtual
etag
virtual
metadata_json
{}

Lint Hints

No lightweight warnings.

Outgoing Links

No outgoing links indexed.

Incoming Links

Select a file node to inspect backlinks.

Raw Source

No raw source path inferred.