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@latestTip
Remember to add Go binaries to your path.
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/binCreate project.
frizzante -cMyProjectStart development.
frizzante --devBuild.
frizzante --buildThis will create a .gen/bin/app standalone executable.
Thanks to cmjoseph07 for the octo mascot!
