These instructions is a part of a live coding video.
.NET Core 3.1 SDK - https://dotnet.microsoft.com/download
Create a base folder CodingLive004
.
Create the .gitignore file based on file https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
dotnet new webapi --name MyRealTimeBackend
dotnet add package Microsoft.AspNetCore.SignalR --version 1.1.0
npm init -y
npm install @microsoft/signalr
cp node_modules\@microsoft\signalr\dist\browser\signalr.min.js wwwroot