Ideas and demonstrations of named tuples to the max
required tools:
scala
command (>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-cli
command)
then to run the final webapp:
cd full-stack-application
make packageJs # bundles the frontend
make serve # serve backend with log
which should serve at http://localhost:8080