- Golang backend server-side html/templates web
- Svelte web components
- HTMX
- Require make, yarn
- To run demo do this in your terminal window:
$: make prepare
$: make run
- Example of Go server-based web + htmx, search input and dynamic result list
- Example of Go server-based web + Svelte web-component
- Folder with Svelte components project
- To run development mode to this:
$: cd svelte-components
$: yarn dev