template gen

This commit is contained in:
2026-02-01 21:05:29 +02:00
parent 1baa030dc0
commit 6ad98aaad0

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