Refactoring of TodoMVC coded in Scala through Scala.js, Slinky and Diode.
See it hosted here.
Make sure you have sbt and npm installed.
Compile and start a web server with
$ sbt dev
then open http://localhost:8080 to see example running.
Create a minified bundle with
$ sbt build
and find it in the build
folder.
Launch all tests with
$ sbt test
slinky-diode-todomvc
is essentially just the merging (and updating) of two already existing repos, see: