The familiar TodoMVC application implemented in Diode React. Adapted from TodoMVC Scala.js React.
- Clone the repository from GitHub
- Run
sbt "~fastOptJS::webpack"
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
- Press
Enter
in console to quit