Frizzante is an opinionated web server framework written in Go that uses Svelte to render web pages.
Make sure you have Go, build-essential and Bun installed.
[!NOTE] Frizzante is aimed mainly at linux distributions.
Create a new project by cloning the started template.
git clone https://github.com/razshare/frizzante-starter && \
rm frizzante-starter/.git -fr && \
cd frizzante-starter
Configure the project
make configure
Start the server in development mode with
make dev
Build the project it into a standalone executable for production with
make build
[!NOTE] The final output is a standalone executable.