Frizzante

Frizzante is an opinionated web server framework written in Go that uses Svelte to render web pages.
Prerequisites
Download the latest binary.
[!TIP]
Or build it yourself.
git clone https://github.com/razshare/go-implicits --depth=1
cd frizzante && make zip && go build -o frizzante
[!TIP]
Remember to add the binary to your path.
export PATH="/path/to/frizzante:$PATH"
Get Started
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
Thanks to cmjoseph07 for the octo mascot!