Author: @MathurAditya724
This example shows how to use Hono's jsx-dom with Vite and integrate it with the Hono API.
Run the vite
dev server
npm run dev
Building
npm run build
This project is configured to use node
runtime, you can change it to your desired runtime in the vite.config.js
file. We are using @hono/vite-build package for building the project and @hono/vite-dev-server for running the dev server.