Skip to content

eunjungleo/finalfinal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published