Demo using Ngrx Component Store with an Asp.Net Core backend
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
-
Open a terminal such as PowerShell, Command Prompt, or bash and navigate to the
src/AspNetCoreNgrxComponentStore.Api
folder -
Run the following
dotnet
commands:
dotnet run
-
Open your browser to:
https://localhost:5001
. -
Navigate to the
src/AspNetCoreNgrxComponentStore.App
folder. -
Run
ng serve
-
Open another browser to:
https://localhost:4200
.