Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 736 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 736 Bytes

Scala Scaffold for Code Retreat

Option 1: use docker wrapper scripts

See scripts/ folder.

Install scala tools

The alternative is to use a docker image (see "Run with docker").

Run the tests

sbt test

Run the app

sbt run

Run with docker

If you have docker installed, you can do the following :

./scala-env sbt [COMMAND]

COMMAND could be 'run' or 'test'. You can also skip that argument, which will bring you to a console where you can also type run or test.

Hierarchy of directories

  • src: source code
  • test: the tests