Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 575 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 575 Bytes

Check out the other repositories as well:

Requirements

  1. Angular CLI
  2. .NET Core SDK

How to run the application

  1. Navigate inside of AngularAspNetCoreSignalR.Angular folder and enter npm install
  2. Start the client app by entering ng serve
  3. Navigate inside of AngularAspNetCoreSignalR and enter dotnet run to start the server app (the packages will be restored automatically)