Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 928 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 928 Bytes

Structured Standup

Description

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.

Getting started

  1. git clone this repo to your local machine
  2. open sbt, type ~fastOptJS::webpack
  3. open index-fastopt.html file in your browser (found in src/main/resources)
  4. 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.

Author

Philipp Moers – @soziflip

License

This software is provided under the MIT license.