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

https://github.com/jaystack/app-flowershop-items-dotnetcore


https://github.com/jaystack/app-flowershop-items-dotnetcore

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# app-flowershop-items-dotnetcore

## Installation

https://www.microsoft.com/net/download/core

## How to build

The default runtimes are:
```json
"runtimes": {
"win10-x64": {},
"osx.10.10-x64": {},
"ubuntu.16.04-x64": {}
}
```

```bash
$ git clone https://github.com/jaystack/app-flowershop-items-dotnetcore.git

$ cd app-flowershop-items-dotnetcore
$ dotnet restore
$ dotnet run

```