Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 465 Bytes

Chat Application

A simple chat application using Aurelia in conjunction with SignalR Core.

How to run the project

  1. yarn install or npm install
  2. dotnet restore
  3. dotnet run

You can find the article describing the steps here.