https://github.com/marcel0ll/go-template
https://github.com/marcel0ll/go-template
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcel0ll/go-template
- Owner: marcel0ll
- License: unlicense
- Created: 2024-04-02T17:47:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T20:36:32.000Z (about 2 years ago)
- Last Synced: 2024-04-03T19:29:02.091Z (about 2 years ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlite-go-templ-tailwind-htmx-boilerplate
Based on https://github.com/a-mesin/htmx-go-templ
## Tailwind
```sh
if [ ! -f ./tailwind ]; then
curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64
mv tailwindcss-linux-x64 tailwind
chmod u+x tailwind
fi
```