This is a todo list application
[!NOTE]
Prerequisites
Install
build-essential
andfrizzante
.sudo apt install build-essential go install github.com/razshare/frizzante@latest
Configure project
make configure
Start development mode with
make dev
Build for production with
make build
This will create a standalone .gen/bin/app
binary file.