This is a tiny helper to help a developer team to structure their Daily Standup Meeting by suggesting an order of the team member's turns.
I picked this use case to get my hands on the Functional Reactive Scala.js UI library Laminar.
- git clone this repo to your local machine
- open sbt, type
~fastOptJS::webpack
- open
index-fastopt.html
file in your browser (found insrc/main/resources
) - open browser console to monitor for messages and errors
Now you have App.scala
running in your browser, and any code changes you make will show up on screen after they get incrementally recompiled (see your sbt shell) and after you reload the page in the browser.
Philipp Moers – @soziflip
This software is provided under the MIT license.