devops-django-react-task Backend development workflow virtualenv env source env/bin/activate pip install -r requirements.txt python manage.py runserver Frontend development workflow You are to update your name in ./frontend/components/App.js npm i npm start For deploying npm run build It should look like this if successful