/AspNetCoreNgrxComponentStore

Demo using Ngrx Component Store with an Asp.Net Core backend

Primary LanguageTypeScript

Asp.Net Core Ngrx Component Store

Demo using Ngrx Component Store with an Asp.Net Core backend

Give a Star! ⭐

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

How to run locally

  1. Download and install the .NET Core SDK

  2. Open a terminal such as PowerShell, Command Prompt, or bash and navigate to the src/AspNetCoreNgrxComponentStore.Api folder

  3. Run the following dotnet commands:

dotnet run
  1. Open your browser to: https://localhost:5001.

  2. Navigate to the src/AspNetCoreNgrxComponentStore.App folder.

  3. Runng serve

  4. Open another browser to: https://localhost:4200.