# README
LeapKit Template
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
Use this template by using gonew:
go run rsc.io/tmp/gonew@latest github.com/leapkit/[email protected] superapp
Setup
Install dependencies:
go mod download
go run ./cmd/setup
Running the application
To run the application in development mode execute:
go run ./cmd/dev
And open http://localhost:3000
in your browser.