Kick staring a new project using Bun:
bun create elysia <project-name>
Adding to existing project: bun add elysia
The project can then be executed using: bun run dev
My sandbox: /sandbox/elysia-sandbox
Working with JSX
bun add @elysiajs/html
Jun 06, 20251 min read
Kick staring a new project using Bun:
bun create elysia <project-name>
Adding to existing project: bun add elysia
The project can then be executed using: bun run dev
My sandbox: /sandbox/elysia-sandbox
bun add @elysiajs/html