Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
/ JumpKit Public archive

A Go template for simple full stack applications.

Notifications You must be signed in to change notification settings

paganotoni/JumpKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎒🚀 JumpKit

JumpKit is a 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

Install Gonew:

go install rsc.io/tmp/gonew@latest 

Create a new project:

gonew github.com/paganotoni/jumpkit/app@latest github.com/your/app 

⚠️ Important: Gonew does not support modules without github.com or similar use github.com/your/app as the pattern for the module path of the newly created project.

Running the application

To run the application in development mode execute:

go run ./cmd/dev

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

About

A Go template for simple full stack applications.

Resources

Stars

Watchers

Forks

Packages

No packages published