~repos /gromer

#golang#htmx#ssr

GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone https://git.pyrossh.dev/gromer.git
Discussions: https://groups.google.com/g/rust-embed-devs

gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.


Files changed (1) hide show
  1. example/makefile +1 -1
example/makefile CHANGED
@@ -2,7 +2,7 @@ setup:
2
2
  go install github.com/kyleconroy/sqlc/cmd/[email protected]
3
3
  go install github.com/amacneil/[email protected]
4
4
  go install github.com/mitranim/gow@latest
5
- go install github.com/pyros2097/gromer/cmd/gromer@v0.9.1
5
+ go install github.com/pyros2097/gromer/cmd/gromer@latest
6
6
  docker pull postgres:14.1
7
7
  docker run --name postgres141 -p 5432:5432 -e POSTGRES_PASSWORD=demo -d postgres:14.1
8
8