Skip to content

rafaelfgx/ChatService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.