No description
| assets | ||
| ui | ||
| utils | ||
| .env.example | ||
| .gitignore | ||
| .templui.json | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| Taskfile.yml | ||
| Taskfile_Base.yml | ||
| Taskfile_Windows.yml | ||
templUI Starter
Get started with templUI components for Go + templ.
Prerequisites
- Go 1.25 or higher
- Node.js (for Tailwind CSS)
- Task - Cross-platform task runner
Quick Start
git clone https://git.drinkuth.online/statuzlabs/templui-starter.git my-app
cd my-app
# Install Task (one-time setup)
go install github.com/go-task/task/v3/cmd/task@latest
# Start development server
task dev
Your app is now running at http://localhost:7331
Commands
task dev # Start development server with hot reload
task templ # Watch templ files and run server
task --list # Show all available tasks
Documentation
Visit templui.io/docs for component documentation.
License
MIT