Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phatnguyenuit/angular-and-ngrx-demo-app
Angular And NgRx Demo App
https://github.com/phatnguyenuit/angular-and-ngrx-demo-app
angular codecov mocha ngrx ngrx-effects ngrx-entity ngrx-router-store ngrx-store ngrx-store-devtools rxjs
Last synced: 14 days ago
JSON representation
Angular And NgRx Demo App
- Host: GitHub
- URL: https://github.com/phatnguyenuit/angular-and-ngrx-demo-app
- Owner: phatnguyenuit
- License: mit
- Created: 2021-07-18T17:03:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T12:40:21.000Z (over 3 years ago)
- Last Synced: 2024-11-11T22:36:56.489Z (2 months ago)
- Topics: angular, codecov, mocha, ngrx, ngrx-effects, ngrx-entity, ngrx-router-store, ngrx-store, ngrx-store-devtools, rxjs
- Language: TypeScript
- Homepage: https://phatnguyenuit.github.io/angular-and-ngrx-demo-app
- Size: 501 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Angular And NgRx Demo App](https://phatnguyenuit.github.io/angular-and-ngrx-demo-app)
![CI/CD](https://github.com/phatnguyenuit/angular-and-ngrx-demo-app/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/phatnguyenuit/angular-and-ngrx-demo-app/branch/master/graph/badge.svg?token=P6ukKMelkS)](https://codecov.io/gh/phatnguyenuit/angular-and-ngrx-demo-app)
![License](https://img.shields.io/github/license/phatnguyenuit/angular-and-ngrx-demo-app)![angular-and-ngrx-demo-app](https://socialify.git.ci/phatnguyenuit/angular-and-ngrx-demo-app/image?description=1&font=Inter&forks=1&issues=1&language=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Light)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.2.
## Table of Contents
- [Angular And NgRx Demo App](#angular-and-ngrx-demo-app)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Development server](#development-server)
- [Code scaffolding](#code-scaffolding)
- [Build](#build)
- [Running unit tests](#running-unit-tests)
- [Running end-to-end tests](#running-end-to-end-tests)
- [Further help](#further-help)## Features
- GitHub Actions
- @ngrx/store
- @ngrx/effects
- @ngrx/entity
- @ngrx/router-store
- @ngrx/store-devtools
- @commitlint
- commitizen
- [Configure ESlint](https://github.com/angular-eslint/angular-eslint)
- husky
- gh-pages
- [Configure Mocha reporter](https://www.npmjs.com/package/karma-mocha-reporter)
- @testing-library/angular
- @testing-library/user-event
- @testing-library/jasmine-dom## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.