Sample django and react application.
app
|- urls.py (Top level application URL configuration)
|- backend
|- api
|- urls.py (Backend (DRF) URL configuration)
|- frontend
| |- src (React application which is rendered using the `index.html` template)
| | - **.js
| |- urls.py (Frontend URL configuration)
pipenv install
Run the Django server:
pipenv run python manage.py runserver