jsoo_todomvc icon indicating copy to clipboard operation
jsoo_todomvc copied to clipboard

Todo App implemented in js_of_ocaml

Todo app in js_of_ocaml ⚡

Todo MVC implemented in js_of_ocaml

Running Demo

git clone [email protected]:bikallem/jsoo_todomvc.git
cd jsoo_todomvc
make install
make build
make open

js_of_ocaml resources

  1. https://dune.readthedocs.io/en/latest/dune-files.html#js-of-ocaml - configure js_of_ocaml compiler in dune

  2. https://dune.readthedocs.io/en/latest/jsoo.html - getting started with js_of_ocaml projects with dune.