Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REACT native + DJANGO

1. create && source virtual environment

python -m venv myvenv
source myvenv/scripts/activate

2. install python packages

pip install django
pip install djangorestframework
pip install pillow
pip install django-cors-headers

3. create Frontend app

in django project(backend) BASE_DIR, run

npx crate-react-app frontend

4. start 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


About

reactnative front+django backend

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages