Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 333 Bytes

Readme.md

File metadata and controls

20 lines (14 loc) · 333 Bytes

Asp.net core realtime webapp that shows a prototype on how to support live debugging of a flight evaluation in client

Pre-requirements

  • VS/VS Code
  • .Net code 3.0 SDK
  • Node.js with npm

Steps

  • clone
  • npm install

Run

  • npm run release
  • dotnet run

Debug

  • npm run build
  • dotnet run