/typelevel-project

Example of project that build on Typelevel Stack during learning RockTheJVM course

Primary LanguageScala

Example Project build on Typelevel Stack

Usage

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"