Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 336 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 336 Bytes

Express example

Shows how to use a hono app with express abd just using vite to build the entire app for development and production.

How to use

Run the app in development mode

Builds the app, starts the express server and watches for changes

npm run watch

To start the express server

npm run start