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

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

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`