ASP.NET Core WebAPI with SignalR & Angular Demo with NgRx store & NgRx effects, Component based design (Cross Platform)
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
- Twitter: @FabianGosebrink
- Github: @FabianGosebrink
- Android SDK
- Windows 10 SDK
- Download and install ImageMagick (base toolkit for image processing, used here for splash screen and icon generation)
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-web
command and see the .dist/web
folder.
use the npm run build-mobile
command and see the .dist/mobile
folder.
use the npm run build-desktop
command and see the .dist/desktop
folder.
npm run build-all
for building Web, Desktop (Windows and Linux) and Apps for Android in the .dist
folder.
Give a ⭐️ if this project helped you!