https://github.com/razshare/frizzante
An opinionated web server framework written in Go that uses Svelte to render web pages.
https://github.com/razshare/frizzante
go golang javascript svelte typescript v8
Last synced: 2 months ago
JSON representation
An opinionated web server framework written in Go that uses Svelte to render web pages.
- Host: GitHub
- URL: https://github.com/razshare/frizzante
- Owner: razshare
- License: apache-2.0
- Created: 2024-08-09T20:19:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-11T15:10:05.000Z (3 months ago)
- Last Synced: 2025-08-11T15:26:22.561Z (3 months ago)
- Topics: go, golang, javascript, svelte, typescript, v8
- Language: Go
- Homepage: https://razshare.github.io/frizzante-docs
- Size: 9.1 MB
- Stars: 95
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Frizzante

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.
# Prerequisites
Install `frizzante`.
```sh
go install github.com/razshare/frizzante@latest
```
>[!TIP]
>Remember to add Go binaries to your path.
>
> ```sh
> export GOPATH=$HOME/go
> export PATH=$PATH:$GOPATH/bin
> ```
# Get Started
Create project.
```sh
frizzante -c MyProject
```
Configure project.
```sh
frizzante --configure
```
Start development.
```sh
frizzante --dev
```
Build.
```sh
frizzante --build
```
This will create a `.gen/bin/app` standalone executable.
# Thanks
Thanks to [cmjoseph07](https://github.com/cmjoseph07) for the octo mascot!