Skip to content

Releases: mateo08c/GinSvelteEmbed

v0.0.1

25 Dec 20:18
Compare
Choose a tag to compare

GinSvelteEmbed- Windows x64 Release

image info

Description

GinSvelteEmbed is a test binary that combines Gin (a Go web framework) for the backend and Svelte for the frontend. This release contains a Windows x64 executable that allows you to test a basic Gin server with a Svelte-powered front end.

How to Use

  1. Download the Windows x64 executable.
  2. Run the downloaded file.
  3. Open your browser and go to:
http://localhost:8080

You will see the frontend powered by Svelte, served by the Gin server.