You will need to have sbt
installed
Test code is in <project root>/test
Application code is all within <project root>/app
- Open the project root directory in a terminal
- Run
sbt test
- Unit tests will execute, validating all the test cases specified in the brief
- Open the project root directory in a terminal
- Run
sbt run
- Open a browser window and navigate to
localhost:9000
- Gasp in awe at the marvellous UI
:)
- Add and view added times at will