A hosted version can be found at github.io.
Maven is used to easily install node and yarn.
mvn package
After that you can use the myarn command as wrapper to use the maven installed yarn.
./myarn start
And you can visit the app at https://localhost:3000.
Or simple start the target/build/index.html file in any browser.