https://github.com/jaystack/app-flowershop-items-dotnetcore
https://github.com/jaystack/app-flowershop-items-dotnetcore
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaystack/app-flowershop-items-dotnetcore
- Owner: jaystack
- Created: 2016-11-22T07:32:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T14:33:23.000Z (over 7 years ago)
- Last Synced: 2025-01-16T05:55:57.489Z (5 months ago)
- Language: JavaScript
- Size: 785 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```