No description
erius
d796a3c4e8
Added an example templ index.templ template Create tailwind config for building css Added Makefile to easily deplot and live-reload the app while developing Added README.md Added some other web assets in assets directory |
||
---|---|---|
assets | ||
components | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
Makefile | ||
README.md | ||
tailwind.config.js |
Build instructions
Development
Simply run make
from the root directory and access the app at http://localhost:8090/
Production
Not yet