Demo for this article - https://dev.to/kozlovzxc/django-templates-with-react-4hko
Order of installation can be any.
You will need pipenv.
pipenv install
You will need yarn.
cd assets
yarn
You need to build React first, so Django can serve built files.
First terminal tab:
cd assets
yarn parcel watch src/index.tsx
Second terminal tab:
pipenv run python manage.py runserver