django-react-app is a integration of web application with django in backend, react in frontend, nginx in web server and docker in deployment.
Use docker-compose to build docker image and run
docker-compose -f docker-compose-dev.yml up --build
Go to http://localhost:8000, check it out!