A C# chat application built using Blazor WASM, Bootstrap, Razor components, ASP.NET Core and SignalR.
- Install self-signed certificates:
dotnet dev-certs https --clean
dotnet dev-certs https --trust
- Start the server:
cd Server
dotnet run
- Start the client:
cd Client
dotnet run
- Open the web UI at https://localhost:7045.