frontend-bundling-via-bunnode

star 116

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

rcarmo By rcarmo schedule Updated 2/6/2026

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

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
Install via CLI
npx skills add https://github.com/rcarmo/agentbox --skill frontend-bundling-via-bunnode
Repository Details
star Stars 116
call_split Forks 6
navigation Branch main
article Path SKILL.md
More from Creator