Frizzante
An opinionated web server framework written in Go that uses Svelte to render web pages.
Frizzante is an opinionated web server framework written in [Go](https://go.dev/) that uses [Svelte](https://svelte.dev/docs/svelte/overview) to render web pages. The project is written primarily in Go, distributed under the Apache License 2.0 license, first published in 2024. Key topics include: forms, go, goja, golang, javascript.
<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.
shgo install github.com/razshare/frizzante@latest
[!TIP]
Remember to add Go binaries to your path.shexport GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin
Get Started
Create project.
shfrizzante create MyProject
Configure project.
shfrizzante configure
Start development.
shfrizzante dev
Build.
shfrizzante build
This will create a .gen/bin/app standalone executable.
Contributors
Showing top 4 contributors by commit count.
