https://github.com/yusukebe/hono-inertia-example
Hono + Inertia.js example
https://github.com/yusukebe/hono-inertia-example
Last synced: about 1 month ago
JSON representation
Hono + Inertia.js example
- Host: GitHub
- URL: https://github.com/yusukebe/hono-inertia-example
- Owner: yusukebe
- Created: 2026-04-23T06:19:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-21T02:15:41.000Z (about 1 month ago)
- Last Synced: 2026-05-21T08:50:11.493Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 69
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hono-inertia-example
[Hono](https://hono.dev) + [Inertia.js](https://inertiajs.com) (`hono/jsx` via [`@ts-76/inertia-hono-jsx`](https://github.com/ts-76/inertia-hono-jsx)) on Cloudflare Workers.
## Pages
- `/` — Home
- `/users` — Users list
- `/users/:id` — User detail
- `/users/new` — Create user (with `@hono/zod-validator`)
## Develop
```sh
bun install
bun run dev
```
## Build & deploy
```sh
bun run build
bun run deploy
```