Command Line
- Open directory source\ChatService\Client in command line and execute npm run restore.
- Open directory source\ChatService in command line and execute dotnet run.
- Open https://localhost:5000 in more than one browser tab.
Visual Studio Code
- Open directory source\ChatService\Client in command line and execute npm run restore.
- Open source directory in Visual Studio Code.
- Press F5.
- Open https://localhost:5000 in more than one browser tab.
Visual Studio
- Open directory source\ChatService\Client in command line and execute npm run restore.
- Open source\ChatService.sln in Visual Studio.
- Set ChatService as startup project.
- Press F5.
- Open https://localhost:5000 in more than one browser tab.