tjo.space/api
Tine Jozelj 274378c858
All checks were successful
ci / docker (api) (push) Successful in 2m16s
ci / docker (web) (push) Successful in 4m47s
fix: path
2023-09-11 15:04:00 +02:00
..
src fix: path 2023-09-11 15:04:00 +02:00
.gitignore feat: restructure, use bun and add api 2023-09-11 14:02:23 +02:00
bun.lockb fix: path 2023-09-11 15:04:00 +02:00
Dockerfile fix: path 2023-09-11 15:04:00 +02:00
package.json fix: path 2023-09-11 15:04:00 +02:00
README.md feat: restructure, use bun and add api 2023-09-11 14:02:23 +02:00
tsconfig.json feat: restructure, use bun and add api 2023-09-11 14:02:23 +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.