Skip to content

Latest commit

 

History

History

with-express

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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