Wyntuition / scala-concepts-kata

Code snippits trying to cover the key concepts in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala concepts code

  1. Run the project running sbt ~run in the app source root directory. The ~ is optional and causes sbt to re-run on every file save allowing to a rapid development workflow.

    You can run sbt via Docker wuthout installing it via the provided Dockerfile. Running this will give you a command line with sbt, and your source code, docker build -t sbt-cli-a . && docker run -it -v $(pwd):/opt/app -w /opt/app sbt-cli-a

    You can also run docker-compose run app to get a shell and then ./sbt ~run.

  2. See Main.scala for kata code.

About

Code snippits trying to cover the key concepts in Scala


Languages

Language:Scala 100.0%