examples/hono-react-vercel/README.md
Note: This is the Vercel-optimized version of the hono-react example. It uses the
hono/verceladapter and is configured for Vercel deployment.
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