Project for developing koa-middleware-sst-html-polyfill-external-import-map
.
- Install Bun:
curl -fsSL https://bun.sh/install | bash.
- Install dependencies:
bun install
- Run "prepare":
bun run prepare
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