An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Frizzante

Latest Release
Build Status
Discord Community

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!