npm install
npm startnpm run test:coveragesrc/
├── app/
│ ├── core/ # Core services, models, DI providers
│ ├── data/ # Data repositories
│ ├── presentation/ # UI components
│ │ ├── features/ # Feature components
│ │ └── shared/ # Shared directives and components
│ └── shared/ # Global shared components and utils
└── assets/