honojs / starter

Hono starter templates
55 stars 30 forks source link

Hono Starter Templates

You can start to build a Hono application with create hono command:

# npm
npm create hono@latest

# yarn
yarn create hono

# pnpm
pnpm create hono@latest

# bun
bun create hono@latest

# deno
deno run -A npm:create-hono@latest

Author

Yusuke Wada https://github.com/yusukebe

and Hono contributors

License

MIT