mnky be4b752e00
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'chore/adjust-readme' (#1) from chore/adjust-readme into main
Reviewed-on: #1
2026-03-06 16:01:23 +00:00
2026-03-06 16:44:07 +01:00
2026-03-06 16:44:07 +01:00
2026-03-06 16:44:07 +01:00
2026-03-06 16:44:07 +01:00
2026-03-06 16:44:07 +01:00
2026-03-06 16:44:07 +01:00
2026-03-06 16:44:07 +01:00
2026-03-06 16:44:07 +01:00
2026-03-06 16:44:07 +01:00
2026-03-06 16:44:07 +01:00

NgRx Playground

An Angular application for exploring and learning NgRx state management patterns.

Built with Angular CLI v21.2.1 · Tested with Vitest


Getting Started

Prerequisites

  • Node.js (LTS recommended)
  • Angular CLI: npm install -g @angular/cli

Installation

npm install

Development Server

ng serve

Open http://localhost:4200 in your browser. The app reloads automatically on file changes.


Scripts

Command Description
ng serve Start development server
ng build Build for production
ng test Run unit tests with Vitest
ng e2e Run end-to-end tests
ng generate component <name> Scaffold a new component

Project Structure

src/
├── app/
│   ├── store/       # NgRx state, actions, reducers, effects, selectors
│   └── ...
├── assets/
└── environments/

Resources

Description
No description provided
Readme 122 KiB
Languages
HTML 91.4%
TypeScript 7.1%
Dockerfile 1.2%
CSS 0.3%