Fullstack ASP.NET Core + ReactJS + FluentUI Example - By Peter Cox 💥

Introduction

This project makes uses of an ASP.NET Core WebAPI backend, ReactJS front-end and the FluentUI UX framework for styling.

It enables the user to view a list of customers, add new customers, edit existing customers and delete customers.

Demo

Technologies used

csharp react

javascript

typescript

How To Use ☄️

First, clone the project and open both the 'CustomerDetails.Backend' and 'CustomerDetails.Frontend' folders in Visual Studio Code.

In the 'CustomerDetails.Backend' VSC instance in the integrated terminal:

dotnet run

In the 'CustomerDetails.Frontend' VSC instance in the integrated terminal:

npm install
npm run dev