./runserver.sh
http://127.0.0.1:8081/IntegrationBadgesUI/
This would build the react code and put them to the static folder of the Django app.
cd ./IntegrationBadgesUI/integration-badges-ui-react
npm run build
./runserver.sh
http://127.0.0.1:8081/IntegrationBadgesUI/
This would build the react code and put them to the static folder of the Django app.
cd ./IntegrationBadgesUI/integration-badges-ui-react
npm run build