Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 461 Bytes

todo-nim

A small todo list built with htmx and Nim, and no javascript.

It's using jester and nimja to power up the server.

todo.mp4

build

git clone https://github.com/jcha0713/todo-nim.git
nim c -r app.nim

The app should be running on port 5000