Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/dotnet-hello-world


https://github.com/zztkm/dotnet-hello-world

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# .NET Hello World

[公式チュートリアル](https://docs.microsoft.com/ja-jp/dotnet/core/tutorials/with-visual-studio-code)

### Require

- [.NET Core](https://docs.microsoft.com/ja-jp/dotnet/core/install/)

### Start Project

Note: フォルダ名を`HelloWorld`に指定して clone します.

```sh
$ git clone https://github.com/zztkm/dotnet-hello-world.git HelloWorld
$ cd HelloWorld
$ dotnet run
```

**memo**

- [.gitignore 参考](https://github.com/dotnet/core/blob/master/.gitignore)