Sample code of ReactJS and SignalR .NET 7.
The .NET 7 server will run in localhost:7214 with below commands (with .NET 7 SDK installed):
cd ChatService
dotnet build
dotnet runThe React app will run in localhost:5173 with below commands:
cd ChatApp
npm install
npm run dev- Tutorial videos (Asiel Alvarez's Youtube)