Skip to content

laytan/todomvc-odin-htmx

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published