Frontend bundling via Bun/Node

Bundling via Bun/Node with Make targets for typecheck and bundling

rcarmo Updated

File contents

Skill: Frontend bundling via Bun/Node

Goal

Provide optional Make targets for TypeScript typecheck + bundling (Bun preferred).

Recommended targets

  • node_modules / make deps-frontend to install deps
  • make typecheck
  • make build (typecheck + bundle)
  • make build-fast (bundle only)
  • make bundle-watch
  • make bundle-clean

rcarmo/gotel/tree/main/.github/skills/frontend commit d132aa6425

Frequently asked questions

npx skillmds@latest add rcarmo/frontend-bundling-via-bun-node