[같공] 프론트 개발 환경 설정

ch9eri·2022년 7월 7일
0

같공

목록 보기
1/6

출처: 진혁님의 react_django_http_tutorial


1. react 세팅

  1. React 프로젝트 생성
    npx create-react-app 디렉토리명
  2. axios 설치
    yarn add axios
  3. react 실행
    npm start

2. django 접속

  1. source myvenv/bin/activate
  2. python 디렉토리명/manage.py runserver
profile
잘하자!

0개의 댓글