python -m venv myvenv
source myvenv/scripts/activate
pip install django
pip install djangorestframework
pip install pillow
pip install django-cors-headers
in django project(backend) BASE_DIR, run
npx crate-react-app frontend
cd frontend
yarn build
yarn add axios
___
* This project mainly based on the instruction here (Thank you :D):
https://justmakeyourself.tistory.com/entry/django-connect-react