Frizzante is an opinionated web server framework written in Go that uses Svelte to render web pages.
Install frizzante
.
go install github.com/razshare/frizzante@latest
Tip
Remember to add Go binaries to your path.
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
Create project.
frizzante -c MyProject
Configure project.
frizzante --configure
Start development.
frizzante --dev
Build.
frizzante --build
This will create a .gen/bin/app
standalone executable.
Thanks to cmjoseph07 for the octo mascot!