Quick start for edge-js
https://github.com/agracio/edge-js
- Install dependencies
npm install - Build
src\QuickStart.slnby runningdotnet 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