https://github.com/wufe/dummy-dotnet-core
Dummy dot net core thought to be improved over time
https://github.com/wufe/dummy-dotnet-core
dotnet dotnet-core dummy learning
Last synced: about 1 month ago
JSON representation
Dummy dot net core thought to be improved over time
- Host: GitHub
- URL: https://github.com/wufe/dummy-dotnet-core
- Owner: wufe
- Created: 2017-02-26T13:26:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T12:26:21.000Z (over 9 years ago)
- Last Synced: 2025-01-19T15:32:34.903Z (over 1 year ago)
- Topics: dotnet, dotnet-core, dummy, learning
- Language: C#
- Size: 1.17 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .NET Core - Dummy Project
This project is intended to be improved over time, while acquiring knowledge about .NET environment.
====
### How to
#### Update the source file shown
```
Open Controllers/HomeController.cs.
Change the hard-coded file path under GetFileContent method.
```
#### Install
`cd Client && npm run compile && cd ..`
`dotnet restore`
#### Build ( optional )
`dotnet build`
#### Run
`dotnet run`