Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 268 Bytes

File metadata and controls

13 lines (7 loc) · 268 Bytes

Build the Django App

./runserver.sh

http://127.0.0.1:8081/IntegrationBadgesUI/

Build the React Code

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