/hono-bun-starter

Simple Hono Starter in Bun Runtime

Primary LanguageTypeScriptMIT LicenseMIT

Hono is a small, simple, and ultrafast web framework for the Edges. It works on any JavaScript runtime.
More About Hono

Bun is another JavaScript runtime. It's not Node.js or Deno. Bun includes a trans compiler, you can write the code with TypeScript. Hono also works on Bun.
More About Bun

Clone this repo:

git clone https://github.com/jabbiez/hono-bun-starter.git

Install dependencies:

cd hono-bun-starter
bun install

Run in Dev Mode (auto reload when any change occurs):

bun run dev

Run in Production:

bun run prod