Examples
GoTuna comes with an example app.
Make sure you have Go >= 1.16 installed.
Running example apps
git clone https://github.com/gotuna/gotuna.git
cd gotuna
go run examples/fullapp/cmd/main.go
Once the app is compiled, visit http://localhost:8888/ in your browser.