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 devthen open http://localhost:8080 to see example running.
Create a minified bundle with
$ sbt buildand find it in the build folder.
Launch all tests with
$ sbt testslinky-diode-todomvc is essentially just the merging (and updating) of two already existing repos, see: