Skip to content

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

Notifications You must be signed in to change notification settings

mcallisto/slinky-diode-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published