Shows how to use a hono app with express abd just using vite to build the entire app for development and production.
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