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.

Terminal window
go install github.com/razshare/frizzante@latest
  1. Create project.

    Terminal window
    frizzante -c MyProject
  2. Configure project.

    Terminal window
    frizzante --configure
  3. Start development.

    Terminal window
    frizzante --dev
  4. Build.

    Terminal window
    frizzante --build

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

    • Directory.gen
      • Directorybin
        • app