Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.59 KB

readme.md

File metadata and controls

61 lines (41 loc) · 1.59 KB

ChatService

SignalR

Run

Command Line

Prerequisites

Steps

  1. Open directory source\ChatService\Client in command line and execute npm run restore.
  2. Open directory source\ChatService in command line and execute dotnet run.
  3. Open https://localhost:5000 in more than one browser tab.
Visual Studio Code

Prerequisites

Steps

  1. Open directory source\ChatService\Client in command line and execute npm run restore.
  2. Open source directory in Visual Studio Code.
  3. Press F5.
  4. Open https://localhost:5000 in more than one browser tab.
Visual Studio

Prerequisites

Steps

  1. Open directory source\ChatService\Client in command line and execute npm run restore.
  2. Open source\ChatService.sln in Visual Studio.
  3. Set ChatService as startup project.
  4. Press F5.
  5. Open https://localhost:5000 in more than one browser tab.