An open API service indexing awesome lists of open source software.

https://github.com/marcel0ll/go-template


https://github.com/marcel0ll/go-template

Last synced: 11 months ago
JSON representation

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
```