/pltodomvc

A client side TodoMVC app made with SWI-Prolog WASM

Primary LanguageCSS

SWI-Prolog TodoMVC

This implements a TodoMVC application with WASM compiled SWI-Prolog and the morphdom library.

Stylesheet is from tastejs/todomvc-app-css.

Running

Clone the repo, start a simple HTTP server in the directory, for example

% python3 -m http.server 4444

And open http://localhost:4444/ to access the app.