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