repositorypackage
0.0.0-20240122135328-7e014cd89243
Repository: https://github.com/slavik-o/go-web-app.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Go web app
Go Fiber + GORM + SQLite + Gothic + Templ + TailwindCSS
Install
$ cp .env.sample .env
$ cd styles/ && pnpm install
Run
-
Start app:
$ make
Dev
-
Build & watch CSS styles:
$ make css
-
Format go code:
$ make fmt