Skip to content

Koa.js middleware for server-side transformation of TypeScript using Bun.

License

Notifications You must be signed in to change notification settings

vveisard/koa-middleware-sst-typescript

Repository files navigation

koa-middleware-sst-typescript

Koa.js middleware for server-side transformation (SST) of TypeScript using Bun.

Development

Prerequisites

  1. Install Bun:
curl -fsSL https://bun.sh/install | bash.

Setup

  1. Install dependencies:
bun install
  1. Run "prepare":
bun run prepare

Serve

To serve any of the example apps, cd into the directory, then run bun run start.

eg, to run the "hello-world" example app

cd ./apps/hello-world
bun run start

Workspace

This workspace is setup like a monorepo, but only contains one "library" package (koa-middleware-sst-typescript), and "example" apps.

About

Koa.js middleware for server-side transformation of TypeScript using Bun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published