/slinky-diode-todomvc

TodoMVC example coded in Scala through Scala.js, Slinky and Diode

Primary LanguageScala

CI

Slinky with Diode TodoMVC example

Refactoring of TodoMVC coded in Scala through Scala.js, Slinky and Diode.

Demo

See it hosted here.

Requirements

Make sure you have sbt and npm installed.

How to

Run in development

Compile and start a web server with

$ sbt dev

then open http://localhost:8080 to see example running.

Deploy to production

Create a minified bundle with

$ sbt build

and find it in the build folder.

Test

Launch all tests with

$ sbt test

Acknowledgements

slinky-diode-todomvc is essentially just the merging (and updating) of two already existing repos, see: