laracarvalho / hypergo

Starter project for HTMX + Go + Echo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hypergo

Starter kit using Go, Echo and HTMX for minimal and sane development.

Features

TODO.

Installation

To use this project, follow these steps:

  • Clone the repository: git clone https://github.com/laracarvalho/hypergo.git
  • Install the dependencies: go mod download
  • Build the application: go build
  • Run the application: ./main

Default $PORT if not provided=8080.

Dependencies

This project uses the following tools:

  • Golang for backend development
  • Echo for route management
  • HTMX for extending HTML frontend

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Credits

All credits for the tools go for official maintainers.

About

Starter project for HTMX + Go + Echo.

License:MIT License


Languages

Language:Go 63.2%Language:HTML 36.8%