- 'mob' tool https://mob.sh
- JDK 11 https://adoptopenjdk.net/
- An IDE of your choice (IntelliJ IDEA is recommended)
- OPTIONAL (only necessary for React development): Node.js 14
- Java 11
- JUnit 5
- Maven 3
- OPTIONAL (only necessary for React development): Node.js 14 in folder
react-app
- Run
mob moo
on your console. It should moo. - Run
./mvnw test
in the checked out git repository. The one and only test should be green. - Import the project in your IDE and run the tests.
- OPTIONAL (only necessary for React development): inside the
react-app
folder runyarn
to download the internet in yournode_modules
folder. Run the tests withyarn test --watchAll=false
.