Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatut/pltodomvc
A client side TodoMVC app made with SWI-Prolog WASM
https://github.com/tatut/pltodomvc
Last synced: about 2 months ago
JSON representation
A client side TodoMVC app made with SWI-Prolog WASM
- Host: GitHub
- URL: https://github.com/tatut/pltodomvc
- Owner: tatut
- Created: 2023-03-23T15:55:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T15:01:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T22:52:02.090Z (3 months ago)
- Language: CSS
- Homepage: https://pltodomvc.vercel.app
- Size: 2.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SWI-Prolog TodoMVC
This implements a TodoMVC application with WASM compiled [SWI-Prolog](https://www.swi-prolog.org/)
and the [morphdom](https://github.com/patrick-steele-idem/morphdom) library.Stylesheet is from [tastejs/todomvc-app-css](https://github.com/tastejs/todomvc-app-css).
## Running
Clone the repo, start a simple HTTP server in the directory, for example
```shell
% python3 -m http.server 4444
```And open http://localhost:4444/ to access the app.