No description
Find a file
2025-04-06 02:08:53 +02:00
data init 2025-04-06 02:08:53 +02:00
drizzle init 2025-04-06 02:08:53 +02:00
src init 2025-04-06 02:08:53 +02:00
.editorconfig init 2025-04-06 02:08:53 +02:00
.env.example init 2025-04-06 02:08:53 +02:00
.gitignore init 2025-04-06 02:08:53 +02:00
.npmrc init 2025-04-06 02:08:53 +02:00
.prettierignore init 2025-04-06 02:08:53 +02:00
.prettierrc init 2025-04-06 02:08:53 +02:00
bun.lock init 2025-04-06 02:08:53 +02:00
bunfig.toml init 2025-04-06 02:08:53 +02:00
Dockerfile init 2025-04-06 02:08:53 +02:00
drizzle.config.ts init 2025-04-06 02:08:53 +02:00
package.json init 2025-04-06 02:08:53 +02:00
README.md init 2025-04-06 02:08:53 +02:00
tsconfig.json init 2025-04-06 02:08:53 +02:00

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.