Compare commits

..

1 Commits

Author SHA1 Message Date
6ad98aaad0 template gen 2026-02-01 21:05:29 +02:00

View File

@@ -45,7 +45,16 @@ A scalable backend boilerplate built with **Go**, **Gin**, **GORM**, **PostgreSQ
go run scripts/migrate.go
```
4. Start the server:
4. Generate templates
```bash
go run scripts/migrate.go
go get -tool github.com/a-h/templ/cmd/templ@latest
go -tool templ generate
go tool templ generate
```
5. Start the server:
```bash
go run main.go