# Frontend bundling via Bun/Node

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

- Skill: `rcarmo/frontend-bundling-via-bun-node` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rcarmo/frontend-bundling-via-bun-node`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rcarmo/frontend-bundling-via-bun-node/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: rcarmo (https://skillmd.com/u/rcarmo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rcarmo/frontend-bundling-via-bun-node

---


# 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`

