https://github.com/razshare/frizzante-starter
A a procedural, minimalistic and opinionated web server that uses Svelte to render web pages.
https://github.com/razshare/frizzante-starter
go golang svelte
Last synced: 7 months ago
JSON representation
A a procedural, minimalistic and opinionated web server that uses Svelte to render web pages.
- Host: GitHub
- URL: https://github.com/razshare/frizzante-starter
- Owner: razshare
- License: gpl-2.0
- Created: 2024-08-25T01:33:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T18:59:47.000Z (over 1 year ago)
- Last Synced: 2025-02-09T19:38:48.144Z (over 1 year ago)
- Topics: go, golang, svelte
- Language: Svelte
- Homepage: https://razshare.github.io/frizzante-docs
- Size: 110 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- License: LICENSE
Awesome Lists containing this project
README
# Frizzante Example
This is an example of how to use [frizzante](https://github.com/razshare/frizzante) to render [Svelte](https://svelte.dev/) components using V8 bindings.
1. Enable CGO
```sh
go env -w CGO_ENABLED='1'
```
2. Install your dependencies.
```sh
npm i && \\
go mod tidy
```
3. Run the server.
```sh
go run main.go
```
4. Visit http://127.0.0.1:8080