Skip to content

What is Frizzante?

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

Install frizzante, air, bun, build-essential.

Terminal window
sudo apt install build-essential
go install github.com/razshare/frizzante@latest
go install github.com/air-verse/air@latest
which bun || curl -fsSL https://bun.sh/install | bash
  1. Create project with

    Terminal window
    frizzante -c MyProject
  2. Install dependencies with

    Terminal window
    make install
  3. Start development with

    Terminal window
    make dev
  4. Build with

    Terminal window
    make build

    This will create a .gen/bin/app standalone executable.

    • Directory.gen
      • Directorybin
        • app