Skip to content
/ gohx Public

fullstack web template using golang+htmx+signal+templ

License

Notifications You must be signed in to change notification settings

hrz8/gohx

Repository files navigation

gohx

Requirements

To develop this stack you need to install below packages:

For development purpose, these packages will help you to boost your local development process:

Getting started

Once you clone the repository, you need to setup your project by installing dependencies by following command:

task setup
# or manually
go mod tidy
templ generate
bun install --frozen-lockfile
bun run build

Then you need to adjust the .env file for local development by following command:

cp .env.example .env

Once everything has been setup properly, you can run the application by:

task dev
# or simply run
go run cmd/server/*.go

License

This template is licensed under the MIT License.

About

fullstack web template using golang+htmx+signal+templ

Resources

License

Stars

Watchers

Forks

Releases

No releases published