/axum-htmx

TodoMVC with HTMX, Axum, and Askama

Primary LanguageRust

Axum + HTMX

This is a simple Todos API made in Rust using Axum and a fully server rendered UI with HTMX. A blog post will soon follow

Prerequisites

  • cargo
  • pnpm
  • cargo-watch: Install using cargo install cargo-watch

Setup

  • Clone this repo
  • Run pnpm i

Commands

  • pnpm dev: Run the server in watch mode
  • pnpm build: Create a release build
  • pnpm test: Run tests for the app server