Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 607 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 607 Bytes

TodoMVC Diode React Example

The familiar TodoMVC application implemented in Diode React. Adapted from TodoMVC Scala.js React.

See live demonstration

Usage

  1. Clone the repository from GitHub
  2. Run sbt "~fastOptJS::webpack" in the examples/todomvc directory
  3. Wait for update/compilation to complete (you'll see 1. Waiting for source changes... (press enter to interrupt))
  4. Navigate to http://localhost:12345
  5. Press Enter in console to quit