https://github.com/jaystack/app-flowershop-cart-dotnetcore
https://github.com/jaystack/app-flowershop-cart-dotnetcore
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaystack/app-flowershop-cart-dotnetcore
- Owner: jaystack
- Created: 2016-11-22T07:22:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T12:02:07.000Z (over 7 years ago)
- Last Synced: 2025-01-16T05:55:58.102Z (5 months ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app-flowershop-cart-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-cart-dotnetcore.git$ cd app-flowershop-cart-dotnetcore
$ dotnet restore
$ dotnet run```