This template is fixed on cats.effect.IO
. For a final tagless version, see http4s.g8.
Generate an http4s service on the blaze backend with Circe.
- Install sbt
sbt new http4s/http4s-io.g8
cd quickstart
sbt run
curl http://localhost:8080/hello/$USER
- Learn more
You can try out any other supported as well, e.g. sbt new http4s/http4s-io.g8 --branch 0.23-scala3
.