/htmx

Game of life in HTMX and Go

Primary LanguageGo

Game of Life in HTMX and Go

Project being built during Twitch streamings to learn how to use HTMX and Go together.

Key techs and concepts

Install

You only need to have Go installed or Docker installed.

How to run

Change directory into the backend folder:

cd backend/

Golang source

Start the Go backend

go run .

Docker

Build the Docker image:

docker build -t {potato} .

Run the container in detached mode:

docker run -p 4444:4444 -d {potato}

HTML/HTMX

Now open the index.html in your browser. That's it.