https://github.com/harvic3/node-and-netcore
Test for docker with node and net core
https://github.com/harvic3/node-and-netcore
Last synced: 2 days ago
JSON representation
Test for docker with node and net core
- Host: GitHub
- URL: https://github.com/harvic3/node-and-netcore
- Owner: harvic3
- Created: 2020-06-04T22:52:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T23:52:03.000Z (over 2 years ago)
- Last Synced: 2025-02-11T13:55:42.488Z (5 months ago)
- Language: C#
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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