An open API service indexing awesome lists of open source software.

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

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
```