Get started with templUI components for Go + templ.
- Go 1.25 or higher
- Node.js (for Tailwind CSS)
- Task - Cross-platform task runner
git clone https://github.com/templui/templui-quickstart.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 devYour app is now running at http://localhost:7331
task dev # Start development server with hot reload
task templ # Watch templ files and run server
task --list # Show all available tasksdocker build -t my-app .
docker run -p 8090:8090 my-appVisit templui.io/docs for component documentation.
MIT