Frizzante
An opinionated web server framework written in Go that uses Svelte to render web pages.
Install / Use
/learn @razshare/FrizzanteREADME
Frizzante
<img alt="frizzante logo" src="https://raw.githubusercontent.com/razshare/frizzante/refs/heads/main/assets/frizz-octo-header.webp" width="308" /><a href="https://github.com/razshare/frizzante/releases"><img src="https://img.shields.io/github/release/razshare/frizzante" alt="Latest Release"></a> <a href="https://github.com/razshare/frizzante/actions"><img src="https://github.com/razshare/frizzante/actions/workflows/tests.yaml/badge.svg?branch=main" alt="Tests Status"></a> <a href="https://discord.gg/y7tTeR7yPH"><img src="https://img.shields.io/badge/Discord-Join%20Server-7289da?logo=discord&logoColor=white&style=flat" alt="Discord Community"></a>
Frizzante is an opinionated web server framework written in Go that uses Svelte to render web pages.
Prerequisites
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
Get Started
Create project.
frizzante -cMyProject
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!
