Skip to content

templui/templui-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

templUI Quickstart

Get started with templUI components for Go + templ.

Quick Start

git clone https://github.com/templui/templui-quickstart.git my-app
cd my-app
make dev

Your app is now running at http://localhost:7331

Commands

make dev          # Start development server
make templ        # Watch templ files
make server       # Run server only

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

Packages

No packages published