o
odinpkg.dev
packages / library / todomvc-odin-htmx

todomvc-odin-htmx

7fd1de2library

An implementation of Todo MVC using my in development Odin web stack.

No license · updated 3 years ago

Todo MVC using Odin and HTMX

An implementation of Todo MVC using my in development Odin web stack and HTMX.

Using my own packages:

This is mainly here to dogfood the libraries and provide an example.

The docker container does not work on the arm architecture currently because of a bug in Odin.

Compiling

First compile the templating engine: odin build vendor/temple/cli -out:./temple.

Then compile the templates: ./temple . vendor/temple

Then the project: odin build .

Deployment

The project is deployed on Render using the Dockerfile in this repo, with a Cloudflare proxy in front.