Quick start for edge-js
https://github.com/agracio/edge-js
- Install dependencies
npm install
- Build
src\QuickStart.sln
by runningdotnet restore src/QuickStart.sln && dotnet build src/QuickStart.sln
- To run the app using .NET Core use
npm start
- To run the app using .NET Standard use
npm run start:standard