:rocket: An ASP.NET Core WebAPI Demo with an Angular Client using Ngrx store and effects and Signalr
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.
You can see an Angular Demo with all the techniques combined here (running on Azure)
https://conference-xplatform-client.azurewebsites.net
https://conference-xplatform-server.azurewebsites.net
👤 Fabian Gosebrink
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.
use the
npm run build-webcommand and see the
.dist/webfolder.
use the
npm run build-mobilecommand and see the
.dist/mobilefolder.
use the
npm run build-desktopcommand and see the
.dist/desktopfolder.
npm run build-all
for building Web, Desktop (Windows and Linux) and Apps for Android in the
.distfolder.
Give a ⭐️ if this project helped you!