/examples

Examples using Hono.

Primary LanguageTypeScript

Hono Examples

This repository is containing examples using Hono.

Included Examples

How to run

Cloudflare Workers

Install:

yarn install

Run:

yarn dev

Deno

deno run --allow-net hello.ts

or allow to read files on local disk:

deno run --allow-net --allow-read jsx.tsx

Bun

Install:

bun install

Run:

bun run hello.ts

Boilerplates

Author

Yusuke Wada https://github.com/yusukebe

License

Distributed under the MIT License.