create-angular-buildless
v0.1.0
Published
Scaffold a buildless Angular project on Bun — for rapid prototyping CLI-linked frontends
Maintainers
Readme
create-angular-buildless
Scaffold a buildless Angular v21 project on Bun — for rapid prototyping CLI-linked frontends.
bun create angular-buildless my-app
cd my-app
bun run devWhat you get
- Angular v21 (JIT, Zoneless) — no Angular CLI, no webpack, no zone.js
- Bun fullstack server with API routes and HMR
- Router with lazy-loaded pages
- Clean dark-themed starter layout
AGENTS.mdwith instructions for AI coding assistants
Use case
This is not for production websites. It's for rapidly building terminal-connected dashboards and control panels that are backed by Bun's server-side APIs.
License
MIT
