frizzante-starter Svelte Themes

Frizzante Starter

An example of how to use frizzante to render svelte components on the server using V8 bindings.

Frizzante Example

This is an example of how to use frizzante to render Svelte components using V8 bindings.

  1. Enable CGO

    go env -w CGO_ENABLED='1'
    
  2. Install your dependencies.

    npm i && \\
    go mod tidy
    
  3. Run the server.

    go run main.go
    
  4. Visit http://127.0.0.1:8080

Top categories

Loading Svelte Themes