- Navigate to every app folder and
npm i
- Run
npm run serve
for each app - Navigate to https://localhost:3000
- Make sure you have React DevTools
- Start the app. Open the Console
- Run the following code:
__REACT_DEVTOOLS_GLOBAL_HOOK__.renderers.forEach((r) =>
console.log(`${r.rendererPackageName}: ${r.version}`)
);