Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agracio/edge-js-quick-start

Edge.js quick start using `edge-js` module on .NET Core
https://github.com/agracio/edge-js-quick-start

Last synced: about 1 month ago
JSON representation

Edge.js quick start using `edge-js` module on .NET Core

Awesome Lists containing this project

README

        

Quick start for `edge-js`
https://github.com/agracio/edge-js
================
# edge-js-quick-start

1. Install dependencies `npm install`
2. Build `src\QuickStart.sln` by running `dotnet build src/QuickStart.sln`
3. To run the app using .NET Core use `npm start`
4. To run the app using .NET Standard use `npm run start:standard`