This is a simple chat app developed with Blazor server oriented and SignalR.
Download the .NET 6.0 SDK from the official Microsoft website:
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
- After downloading and installing the .NET 6.0 SDK, open a terminal or command prompt.
- Navigate to your work directory and go to the Server folder using the cd command:
cd path/to/your/work/directory/Server
- Run the command to start the app
dotnet run