https://github.com/anthonychu/20201124-func-aspnet
https://github.com/anthonychu/20201124-func-aspnet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonychu/20201124-func-aspnet
- Owner: anthonychu
- Created: 2020-11-25T07:40:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T07:46:12.000Z (over 4 years ago)
- Last Synced: 2025-01-29T06:44:32.924Z (4 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
dotnet publish handler/handler.csproj -o handler/publish
func init --custom
func start
```