NodeJS : https://nodejs.org/en/download
This would run a web app on localhost pointing to the beta server.
cd ./IntegrationBadgesUI/integration-badges-ui-react
npm install
npm run dev
This would build the react code and put them to the static folder of the Django app.
cd ./IntegrationBadgesUI/integration-badges-ui-react
npm install
npm run build
./runserver.sh