Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 651 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 651 Bytes

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.