Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 661 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 661 Bytes

Hono/JSX + Vite

Author: @MathurAditya724

This example shows how to use Hono's jsx-dom with Vite and integrate it with the Hono API.

Commands

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.