Caelm / js_of_ocaml • TodoMVC
This is just another implementation of TodoMVC using Caelm library, written in OCaml.
You can try it out on my GitHub Page.
- Install OCaml and OPAM package manager.
- Install js_of_ocaml compiler (
opam install js_of_ocaml.) - Run
makeon the root directory of this project.
Copyright (c) 2017 Koichi SATOH, All rights reserved.
This work is based on TasteJS/todo-mvc-template, which is licensed under a Creative Commons Attribution 4.0 International License.