It's an client-server application. Client has been developed by Semantic UI React and Server has been developed by Django. Semantic UI React is the official React integration for Semantic UI.(https://react.semantic-ui.com/)
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver
npm i
npm start
npm run build