Skip to content

honojs/examples

main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jul 18, 2022
Jul 18, 2022
bun
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022

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

Boilerplates

Author

Yusuke Wada https://github.com/yusukebe

License

Distributed under the MIT License.