Skip to content

dualSync-cli/backend-hono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 Hono Backend (Minimal)

A minimal Hono + TypeScript backend template.

Stack

  • Hono
  • TypeScript
  • tsx (dev runner)

Getting Started

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build for production
npm run build

# Run production build
npm start

API Endpoints

Method Endpoint Description
GET / Welcome message
GET /health Health check

Project Structure

src/
└── index.ts

Why Hono?

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published