This is a normal sbt project. You can compile code with sbt compile
, run it with sbt run
, and sbt console
will start a Scala 3 REPL.
Using the command to run main app:
sbt "runMain example.project.jobsboard.Application"
Example of project that build on Typelevel Stack during learning RockTheJVM course
Scala