Get Started
Frizzante is an opinionated web server framework written in Go that uses Svelte to render web pages.

1
Install frizzante.
go install github.com/razshare/frizzante@latest
Note
Remember to add Go binaries to your path.
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
2
Create project.
frizzante create my_project
3
Configure project.
frizzante configure
4
Start development.
frizzante dev
5
Build.
frizzante build
This will create a .gen/bin/app standalone executable.