Categorygithub.com/leapkit/template
module
1.1.8
Repository: https://github.com/leapkit/template.git
Documentation: pkg.go.dev

# README

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

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.

# Packages

No description provided by the author
No description provided by the author