All Projects → FabianGosebrink → Aspnetcore Angular Ngrx

FabianGosebrink / Aspnetcore Angular Ngrx

🚀 An ASP.NET Core WebAPI Demo with an Angular Client using Ngrx store and effects and Signalr

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Aspnetcore Angular Ngrx

Aspnetcore Angular Signalr Typescript
An example of an Angular application using ASP.NET Core and SignalR
Stars: ✭ 288 (+104.26%)
Mutual labels:  aspnetcore, asp, signalr
Aspnetcoreangularsignalrsecurity
Security with ASP.NET Core, SignalR and Angular
Stars: ✭ 171 (+21.28%)
Mutual labels:  aspnetcore, signalr, ngrx
Aspnetcoreangularsignalr
SignalR ASP.NET Core Angular
Stars: ✭ 163 (+15.6%)
Mutual labels:  aspnetcore, signalr, ngrx
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+6139.01%)
Mutual labels:  aspnetcore, signalr
Dotnetify
Simple, lightweight, yet powerful way to build real-time web apps.
Stars: ✭ 927 (+557.45%)
Mutual labels:  aspnetcore, signalr
Weblaf
WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
Stars: ✭ 930 (+559.57%)
Mutual labels:  cross-platform, components
Aspnetcore.docs
Documentation for ASP.NET Core
Stars: ✭ 9,940 (+6949.65%)
Mutual labels:  aspnetcore, asp
Blazorcomponents
Simple reusable Blazor component library
Stars: ✭ 53 (-62.41%)
Mutual labels:  aspnetcore, components
Module Shop Mini Program
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 89 (-36.88%)
Mutual labels:  aspnetcore, cross-platform
Aspnetcore Angular Universal
ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
Stars: ✭ 1,455 (+931.91%)
Mutual labels:  aspnetcore, ngrx
Server Components Mdx Demo
React server components + MDX
Stars: ✭ 102 (-27.66%)
Mutual labels:  demo, components
Aspnetcore.identity.mongodbcore
A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0)
Stars: ✭ 118 (-16.31%)
Mutual labels:  aspnetcore, store
Module Shop
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 398 (+182.27%)
Mutual labels:  aspnetcore, cross-platform
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+2363.83%)
Mutual labels:  aspnetcore, cross-platform
Ngrx French Guide
Le guide sur l'utilisation de NGRX dans une application Angular
Stars: ✭ 31 (-78.01%)
Mutual labels:  store, ngrx
Live.asp.net
Code for live.asp.net, which hosts the ASP.NET Community Stand-up
Stars: ✭ 295 (+109.22%)
Mutual labels:  aspnetcore, asp
Signalr
Incredibly simple real-time web for .NET
Stars: ✭ 8,532 (+5951.06%)
Mutual labels:  asp, signalr
Signalw
Even simpler and faster real-time web for ASP.NET Core.
Stars: ✭ 125 (-11.35%)
Mutual labels:  asp, signalr
AspNetCore-ReCAPTCHAv3
reCAPTCHA v3 Usage in Asp.Net Core MVC
Stars: ✭ 17 (-87.94%)
Mutual labels:  aspnetcore, asp
Blazorwebformscomponents
A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
Stars: ✭ 274 (+94.33%)
Mutual labels:  aspnetcore, asp

Build Status

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

Twitter: FabianGosebrink

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

DemoGif

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

Frontend

https://conference-xplatform-client.azurewebsites.net

Backend

https://conference-xplatform-server.azurewebsites.net

Author

👤 Fabian Gosebrink

Prerequisites

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].