Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harvic3/node-and-netcore

Test for docker with node and net core
https://github.com/harvic3/node-and-netcore

Last synced: about 1 month ago
JSON representation

Test for docker with node and net core

Awesome Lists containing this project

README

        

For debug

* NodeJs App

`cd /hello-nodejs`

`npm install`

`node index`

* Net Core App

`cd /world-netcore`

- Build DotNet App
> dotnet build -c [environment]

- Run DotNet App
> dotnet run --launch-profile [profile_name]
See file /world-netcore/Properties/launchSettings.json