A monorepo for a Hono + Preact full-stack framework with isomorphic rendering, built on Cloudflare Workers.
pnpm installpnpm devStarts the dev server for the apps/app project with hot reload.
pnpm test # run tests once
pnpm test:watch # run tests in watch mode
pnpm test:coverage # run tests with coverage reportpnpm buildBuilds all packages (packages/*) and the app (apps/app).
pnpm deployDeploys apps/app to Cloudflare Workers.
apps/
app/ # The demo/reference application
packages/
hono-preact/ # Core framework package
iso/ # Isomorphic utilities
server/ # Server-side rendering
vite/ # Vite plugin