No description
  • TypeScript 92.8%
  • Dockerfile 7.2%
Find a file
2024-06-20 22:45:36 +09:00
.github/workflows Change Actions config 2024-06-20 10:13:36 +09:00
src prod ready 2024-06-20 22:45:36 +09:00
.gitignore add: GitHub Action 2024-06-20 10:12:37 +09:00
biome.json prod ready 2024-06-20 22:45:36 +09:00
bun.lockb prod ready 2024-06-20 22:45:36 +09:00
Dockerfile add: Dockerfile 2024-06-20 11:17:45 +09:00
package.json prod ready 2024-06-20 22:45:36 +09:00
README.md Initial commit (via bun create) 2024-06-20 09:35:40 +09:00
tsconfig.json prod ready 2024-06-20 22:45:36 +09: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.