Skip to content

Koa.js middleware for server-side transformation (SST) of HTML using Bun to polyfill external import maps.

Notifications You must be signed in to change notification settings

vveisard/koa-middleware-sst-html-polyfill-external-import-map

Repository files navigation

Project for developing koa-middleware-sst-html-polyfill-external-import-map.

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 its directory, then run bun run start.

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

cd ./apps/hello-world
bun run start

About

Koa.js middleware for server-side transformation (SST) of HTML using Bun to polyfill external import maps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published