https://github.com/celtian/demo-angular-material-ngrx
Demo of Angular and NgRx
https://github.com/celtian/demo-angular-material-ngrx
angular demo ngrx
Last synced: about 1 month ago
JSON representation
Demo of Angular and NgRx
- Host: GitHub
- URL: https://github.com/celtian/demo-angular-material-ngrx
- Owner: Celtian
- License: mit
- Created: 2024-01-06T13:02:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T19:04:09.000Z (11 months ago)
- Last Synced: 2025-07-17T22:42:48.260Z (11 months ago)
- Topics: angular, demo, ngrx
- Language: TypeScript
- Homepage: https://celtian.github.io/demo-angular-material-ngrx/
- Size: 4.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Demo Angular Material NgRx
## π Description
- Standards: HTML5, CSS3
- Components: Angular 20, Angular Material, Tailwind CSS
- Software: Visual Studio Code
- See [Humans.txt](https://celtian.github.io/demo-angular-material-ngrx/humans.txt)
- Api taken from [here](https://jsonplaceholder.typicode.com)
- Deployed [here](https://celtian.github.io/demo-angular-material-ngrx/)
## π οΈ Instalation
Definitelly works with Node `v24.0.2` &Β yarn `1.22.21`
```
yarn install
```
_Consider to install vscode with recommended extensions in `.vscode/extensions.json` before you start_
_Consider to use `WSL` if you are developing on `Windows` to prevent unsupported commands in `package.json`._
## π Development server
```
yarn start
```
## π¦ Build
```
yarn build
```
## π Deploy
only via Github Pipelines
## πͺͺ License
Copyright Β© 2024 - 2026 [Dominik Hladik](https://github.com/Celtian)
All contents are licensed under the [MIT license].
[mit license]: LICENSE