starter
starter copied to clipboard
Hono starter templates
Hi, Honoer! Thank you for this wonderful project! I melted a few hours to deploy due to wrangler.toml being gitignored. How about deleting wrangler.toml from .gitignore as it's unlikely I'll...
This is just my proposal and I would like opinions and discussion. Right now, I think `create hono` basically serves as a basic foundation for each runtime. I am wondering...
Adds a Hono starter template to enable developers deploy their Hono apps to [endpts Serverless Functions](https://endpts.io/)
Farmup is based on farm (compiled by rust) to update nodejs applications in milliseconds. Would you like to replace tsx with farmup? https://www.farmfe.org/ 
This suggestion is based on the continued wide spread use of Javascript. I've been really enjoying the performance and DX of Hono and would love to encourage more people who...
On NPM, it's already on v1: https://www.npmjs.com/package/@cloudflare/vite-plugin I tried using the newest version but was getting an issue with header mutation. Any reason why it's not yet supported/updated?
Hi! When using the `cloudflare-workers+vite` template, I can augment the `preview` with the `--live-reload` script to get hot reloading of my changes: ```json "scripts": { "dev": "vite", "preview": "wrangler dev...
### What's wrong? How to reproduce the bug? When using the `npm create hono@latest` command to create an app for deployment to Netlify, the app doesn’t build properly. Running `netlify...
VSCode provides an error for the comments in the `wranger.json`, changing it to `.jsonc` resolves the issue. We have 2 options to resolve this - 1. Either change the format...