Junto conversation around different testing approaches. Unit vs Integration vs E2E and the tradeoffs between all 3.
- Start the React frontend app
cd
into thereact
folder- Run
npm i
- Run
npm start
- Start the Java API
- Load project into IntelliJ
- Click Run