Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 533 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 533 Bytes

This is a simple chat app developed with Blazor server oriented and SignalR.

Installation

Download the .NET 6.0 SDK from the official Microsoft website:

https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Start the app

  1. After downloading and installing the .NET 6.0 SDK, open a terminal or command prompt.
  2. Navigate to your work directory and go to the Server folder using the cd command:
cd path/to/your/work/directory/Server 
  1. Run the command to start the app
dotnet run