Strength Rx Protocols is a hybrid progressive web app built with angular.
Angular is a development platform for building mobile and desktop web applications
using Typescript/JavaScript and other languages.
Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website.
@NgRx Store provides reactive state management for Angular apps inspired by Redux. Unify the events in your application and derive state using [RxJS][rxjs].
StrengthRx's implements entities using [@ngrx/entity](https://ngrx.io/guide/entity) package.
Note: The NgRx services to interact with Angular components using the Facade Pattern @see https://thomasburlesonia.medium.com/ngrx-facades-better-state-management-82a04b9a1e39
- Install Node.js which includes Node Package Manager
Install the Angular CLI globally:
npm install -g @angular/cli
Install dependencies:
cd strength-rx-protocols
npm install
Run the application:
ng serve
Check out our upgrade guide to find out the best way to upgrade your project.
Love Angular? Give our repo a star ⭐ ⬆️.