No description
Find a file Use this template
2025-11-19 00:57:43 +01:00
assets setup 2025-11-19 00:57:43 +01:00
ui setup 2025-11-19 00:57:43 +01:00
utils setup 2025-11-19 00:57:43 +01:00
.env.example setup 2025-11-19 00:57:43 +01:00
.gitignore setup 2025-11-19 00:57:43 +01:00
.templui.json setup 2025-11-19 00:57:43 +01:00
Dockerfile setup 2025-11-19 00:57:43 +01:00
go.mod setup 2025-11-19 00:57:43 +01:00
go.sum setup 2025-11-19 00:57:43 +01:00
LICENSE setup 2025-11-19 00:57:43 +01:00
main.go setup 2025-11-19 00:57:43 +01:00
README.md setup 2025-11-19 00:57:43 +01:00
Taskfile.yml setup 2025-11-19 00:57:43 +01:00
Taskfile_Base.yml setup 2025-11-19 00:57:43 +01:00
Taskfile_Windows.yml setup 2025-11-19 00:57:43 +01:00

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