A minimal Hono + TypeScript backend template.
- Hono
- TypeScript
- tsx (dev runner)
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run production build
npm start| Method | Endpoint | Description |
|---|---|---|
| GET | / | Welcome message |
| GET | /health | Health check |
src/
└── index.ts
- Ultra-fast: Built on Web Standards
- Lightweight: Small bundle size
- Multi-runtime: Works on Node.js, Deno, Bun, Cloudflare Workers
- Type-safe: First-class TypeScript support