No description
  • TypeScript 99.8%
  • JavaScript 0.2%
Find a file
2026-04-23 01:16:17 +02:00
src using actual guards 2026-04-23 01:16:17 +02:00
.env.example auth protection on all routes 2026-04-23 00:53:51 +02:00
.gitignore update gitignore 2026-04-23 01:10:11 +02:00
bun.lock cron 2026-04-22 19:36:20 +02:00
package.json openapi params 2026-04-22 19:36:20 +02:00
README.md Initial commit (via bun create) 2026-04-22 19:36:19 +02:00
token.json.example cors + token example 2026-04-22 19:36:19 +02:00
tsconfig.json auth protection on all routes 2026-04-23 00:53:51 +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.