Get started with templUI components for Go + templ.
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
make dev # Start development server
make templ # Watch templ files
make server # Run server only
docker build -t my-app .
docker run -p 8090:8090 my-app
Visit templui.io/docs for component documentation.
MIT