Skip to content

wawandco/totp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeapKit Template

logo



This is the LeapKit template for building web applications with Go, HTMX and Tailwind CSS. It integrates useful features such as hot code reload and css recompiling.

Getting started

Setup

Install dependencies:

go mod download
go run ./cmd/setup

Running in dev mode

Install LeapKit CLI. You can run the following command

go install github.com/leapkit/leapkit/kit@latest

Now you can use the following command to run the app in dev mode

kit dev

And open http://localhost:3001 in your browser.

About

Implementing TOTP into a Go application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published