A todo app using Go backend and C# blazor wasm frontend
Wanna see the site? Check this: https://goblaztodos.azurewebsites.net/todo
Go v1.13+ (https://golang.org/dl)
DOTNET CORE 3.0+ (https://dot.net)
Blazor 3.0.0-preview9 (https://www.nuget.org/packages/Microsoft.AspNetCore.Blazor/3.0.0-preview9.19465.2)
Simple run using makefile.
make build
make run
make docker-build
make docker-run
Navigate to http://localhost:3000
HAVE FUN :)