This is a very simple example application using Diode. See the Diode documentation for further information.
- Clone the repository from GitHub
- Run
sbt "~fastOptJS"
in theexamples/simple
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