Skip to content

n-khule/templui-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

templUI Quickstart

This is a ready-to-run quickstart project for templUI.

Run

cp .env.example .env go mod tidy task dev

Open http://localhost:7331 for templ live preview or http://localhost:8090 for the app.

If you want your own module path later, run:

go mod edit -module your/module/path

Docker

docker build -t myapp . docker run -p 8090:8090 myapp

About

Quickstart for templUI - The UI Kit templ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • templ 45.7%
  • CSS 32.3%
  • Go 11.2%
  • Dockerfile 10.8%