Ideas and demonstrations of named tuples to the max
required tools:
scalacommand (>3.5.0, or usescala-cli)make
run the following to publish all the sub projects locally:
scala setup.sc(if this doesn't work try with thescala-clicommand)
then to run the final webapp:
cd full-stack-application
make packageJs # bundles the frontend
make serve # serve backend with logwhich should serve at http://localhost:8080