What is Frizzante?
Frizzante is an opinionated web server framework written in Go that uses Svelte to render web pages.
Prerequisites
Section titled “Prerequisites”Install frizzante
, air
, bun
, build-essential
.
sudo apt install build-essentialgo install github.com/razshare/frizzante@latestgo install github.com/air-verse/air@latestwhich bun || curl -fsSL https://bun.sh/install | bash
Get Started
Section titled “Get Started”-
Create project with
Terminal window frizzante -c MyProject -
Install dependencies with
Terminal window make install -
Start development with
Terminal window make dev -
Build with
Terminal window make buildThis will create a
.gen/bin/app
standalone executable.Directory.gen
Directorybin
- app