Public
reactHonoStarter
This app is a starter template for client-side React and server-side Hono.
The entrypoint is /backend/index.ts
. That's the backend HTTP server, which also serves the all the frontend assets.
The client-side entrypoint is /frontend/index.html
, which in turn imports /frontend/index.tsx
, which in turn imports the React app from /frontend/components/App.tsx
.
React Hono Example is a fuller featured example project, with a SQLite database table, queries, client-side CSS and a favicon, and some shared code that runs on both client and server.