A basic Elysia app running on Bun with a Dockerfile and compose.yaml ready to deploy to AWS with Defang.
- Download Defang CLI
- (Optional) If you are using Defang BYOC authenticated with your AWS account
- (Optional - for local development) Docker CLI
- Run
defang login
if you are not yet logged in. - Run
defang compose up
. - Your app will be running within a few minutes.
- Run
docker compose -f compose.dev.yaml up
Title: Elysia & Bun
Short Description: A basic Elysia app running on Bun with Defang.
Tags: Bun, Elysia, TypeScript, JavaScript
Languages: nodejs