Todo MVC implemented in js_of_ocaml
git clone git@github.com:bikallem/jsoo_todomvc.git
cd jsoo_todomvc
make install
make build
make open
-
https://dune.readthedocs.io/en/latest/dune-files.html#js-of-ocaml - configure
js_of_ocaml
compiler in dune -
https://dune.readthedocs.io/en/latest/jsoo.html - getting started with
js_of_ocaml
projects with dune.