This is an example of how to use frizzante to render Svelte components using V8 bindings.
Enable CGO
go env -w CGO_ENABLED='1'
Install your dependencies.
npm i && \\ go mod tidy
Run the server.
go run main.go
Visit http://127.0.0.1:8080