A minimal starter template for Angular v21 projects.
- Node.js 20+
- npm 10+
# Install dependencies
npm ci
# Start development server
npm startOpen http://localhost:4200 in your browser.
| Command | Description |
|---|---|
npm start |
Start dev server |
npm test |
Run tests |
npm run build |
Build for production |
npm run format |
Format files |
src/
├── app/ # Application modules and components
├── assets/ # Static assets
└── environments/ # Environment configs
See LICENSE.