/go-web-app

Go Fiber + GORM + SQLite + Gothic + Templ + TailwindCSS

Primary LanguageGoMIT LicenseMIT

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