This sample Elm app uses the microservice developed here.
To run:
- Clone the microservice.
- Run
mvn spring-boot:run
in that repository. This starts up the service on port 8080. - Run
elm reactor
in this repository. This starts up the UI on port 8000. - Navigate to http://localhost:8000/src/Main.elm.