ASPNETCore Angular Ngrx

其他类别 2025-07-25

ASP.NET Core WebAPI with SignalR & Angular Demo with NgRx store & NgRx effects, Component based design (Cross Platform)

This repository offers you a demo application implemented with the AngularCLI and an endpoint using ASP.NET Core WebAPI.

The application comes with lazy loading, forms, custom validation, routing, NgRx store, NgRx effects, facade pattern etc.

Server and Client are completely seperated that you can exchange the endpoint easily.

Check the corresponding package.json for the npm commands to start the repository

Demo

You can see an Angular Demo with all the techniques combined here (running on Azure)

Frontend

https://conference-xplatform-client.*azurewe*bsit*es.net

Backend

https://conference-xplatform-server.a*zurew**ebsites.net

Author

? Fabian Gosebrink

  • Twitter: @FabianGosebrink
  • Github: @FabianGosebrink

Prerequisites

  • Android SDK
  • Windows 10 SDK
  • Download and install ImageMagick (base toolkit for image processing, used here for splash screen and icon generation)

Angular Client

This client is implemented with Angular. You can start the application by running

npm install

and

npm start

the application starts and runs in your default browser.

Build Web

use the npm run build-web command and see the .dist/web folder.

Build Mobile

use the npm run build-mobile command and see the .dist/mobile folder.

Build Desktop

use the npm run build-desktop command and see the .dist/desktop folder.

Build Web, Desktop and Mobile

npm run build-all

for building Web, Desktop (Windows and Linux) and Apps for Android in the .dist folder.

Show your support

Give a ️ if this project helped you!

下载源码

通过命令行克隆项目:

git clone https://github.com/FabianGosebrink/ASPNETCore-Angular-Ngrx.git