You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An IDE of your choice (IntelliJ IDEA is recommended)
OPTIONAL (only necessary for React development): Node.js 14
Project
Java 11
JUnit 5
Maven 3
OPTIONAL (only necessary for React development): Node.js 14 in folder react-app
Check that everything works on your machine:
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 run yarn to download the internet in your node_modules folder. Run the tests with yarn test --watchAll=false.