frontend-bundling-via-bun

star 10

Bundling via Bun with Make targets for typecheck and bundling

rcarmo By rcarmo schedule Updated 2/7/2026

name: Frontend bundling via Bun description: Bundling via Bun with Make targets for typecheck and bundling

Skill: Frontend bundling via Bun

Goal

Provide Make targets for TypeScript typecheck + bundling using Bun.

Recommended targets

  • make install — install deps
  • make typecheck — TypeScript type checking
  • make build — typecheck + bundle for production
  • make build-client — bundle frontend only
  • make build-client-dev — bundle frontend with sourcemaps
  • make vendor — rebuild vendored frontend deps

Vendoring

All frontend JS dependencies are vendored in public/vendor/. The make vendor target rebuilds them from node_modules/. Import maps in index.html resolve bare specifiers to vendored files.

Install via CLI
npx skills add https://github.com/rcarmo/apfelstrudel --skill frontend-bundling-via-bun
Repository Details
star Stars 10
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator