The familiar TodoMVC application implemented in Diode React. Adapted from TodoMVC Scala.js React.
- Clone the repository from GitHub
- Run
sbt "~fastOptJS"
in theexamples/todomvc
directory - Wait for update/compilation to complete (you'll see
1. Waiting for source changes... (press enter to interrupt)
) - Navigate to http://localhost:12345/target/scala-2.12/classes/index.html
- Press
Enter
in console to quit