https://github.com/buildit/twig-api-dotnet-core
A .NET Core spike of twig-api
https://github.com/buildit/twig-api-dotnet-core
Last synced: about 1 month ago
JSON representation
A .NET Core spike of twig-api
- Host: GitHub
- URL: https://github.com/buildit/twig-api-dotnet-core
- Owner: buildit
- License: other
- Created: 2016-12-30T21:12:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T16:01:51.000Z (over 7 years ago)
- Last Synced: 2025-02-04T23:31:06.119Z (3 months ago)
- Language: C#
- Size: 47.9 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twig-api-dotnet-core
A .NET Core spike of twig-api
## Setup
[Download & install .NET Core SDK 2.0](https://www.microsoft.com/net/core#macos) - or `brew cask install dotnet-sdk`
## Restore packages
`dotnet restore`
## Build
`dotnet build`
## Run (open for example)
`dotnet run`
## Run Tests
`dotnet test`