smithago / FlightEvaluationDebugging

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C# 45.6%Language:TypeScript 29.4%Language:HTML 9.4%Language:CSS 8.8%Language:JavaScript 6.8%