Skip to content

sbesh91/hono-preact

Repository files navigation

hono-preact

A monorepo for a Hono + Preact full-stack framework with isomorphic rendering, built on Cloudflare Workers.

Prerequisites

Setup

pnpm install

Development

pnpm dev

Starts the dev server for the apps/app project with hot reload.

Testing

pnpm test           # run tests once
pnpm test:watch     # run tests in watch mode
pnpm test:coverage  # run tests with coverage report

Building

pnpm build

Builds all packages (packages/*) and the app (apps/app).

Deployment

pnpm deploy

Deploys apps/app to Cloudflare Workers.

Project Structure

apps/
  app/          # The demo/reference application
packages/
  hono-preact/  # Core framework package
  iso/          # Isomorphic utilities
  server/       # Server-side rendering
  vite/         # Vite plugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors