Go to file
Siwat Sirichai 72bc7a898a new hybrid paradigm 2025-04-01 12:33:03 +07:00
src new hybrid paradigm 2025-04-01 12:33:03 +07:00
.env Initial commit (via bun create) 2025-03-27 00:23:05 +07:00
.gitignore switch endpoint 2025-03-27 00:48:14 +07:00
Dockerfile config system 2025-03-29 16:52:31 +07:00
README.md Initial commit (via bun create) 2025-03-27 00:23:05 +07:00
bun.lock config system 2025-03-29 16:52:31 +07:00
package.json config system 2025-03-29 16:52:31 +07:00
test.ts change generation code 2025-03-28 13:07:35 +07:00
tsconfig.json switch endpoint 2025-03-27 00:48:14 +07:00

README.md

Elysia with Bun runtime

Getting Started

To get started with this template, simply paste this command into your terminal:

bun create elysia ./elysia-example

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.