Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
/ templui-quickstart Public archive

Quickstart for templUI - The UI Kit templ

License

Notifications You must be signed in to change notification settings

templui/templui-quickstart

Repository files navigation

⚠️ DEPRECATED

This repository is deprecated. Use the templUI CLI instead:

See https://templui.io for more information.


templUI Quickstart

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://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 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

Production

docker build -t my-app .
docker run -p 8090:8090 my-app

Documentation

Visit templui.io/docs for component documentation.

License

MIT

About

Quickstart for templUI - The UI Kit templ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published