안녕하세요? 구현 이라고 합니다.
다음의 예제를 통하여 리액트 프론트와 장고 rest 를 백엔드로 두어 진행하는 프로젝트를 진행중에 있습니다.
참고 자료:
한글: https://velog.io/@killi8n/Django-React-로-첫-화면-띄워보기-55jm970olw
영어: http://v1k45.com/blog/modern-django-part-1-setting-up-django-and-react/
오류 로그를 확인하여 필요 npm 설치를 몇가지 더 진행하였습니다.
$ npm start 하면 오류뜨는데 다음의 것들을 설치해야한다.
$ sudo npm install is-wsl
$ sudo npm install resolve
$ sudo npm install terser-webpack-plugin
후엔 다음과 같은 오류가 계속 발생하였습니다.
(venv) gluesys@kmh-vm1:~/Desktop/ReactDjangoLab/190516/Deact/deact-frontend$ npm start
[email protected] start /home/gluesys/Desktop/ReactDjangoLab/190516/Deact/deact-frontend
node scripts/start.js
BundleTracker is not defined
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node scripts/start.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/gluesys/.npm/_logs/2019-05-16T01_12_41_145Z-debug.log
npm 및 yarn 을 활용하여 번들트레커를 다시 설치하기도 해보고 했지만 어쩐지 반복적인 오류만 발생하합니다…BundleTracker is not defined

참고가 될까 하여 위의 이미지 첨부합니다.