examples/hono-react/README.md
Example demonstrating full-stack Hono backend with React frontend integration.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/hono-react
npm install
npm run dev
This example demonstrates full-stack development with Hono and React:
src/backend/registry.ts): Shows full-stack integration with Hono backend and React frontendRead more about actions, state, and setup.
MIT