728x90 반응형 서버2 [장고 + 리액트] 리액트를 장고에서 띄우기 (CSR -> SSR) 보호되어 있는 글 입니다. 2024. 6. 26. Django 와 React 동시에 실행하기: Concurrently 라이브러리 https://pypi.org/project/concurrently/ concurrentlyLibrary helps easy write concurrent executed code blockspypi.org위 링크에서 라이브러리를 받고 최상단 폴더에 js파일을 하나 만들고 아래와 같이 선언해주면 되며const concurrently = require('concurrently');concurrently([ { name: '실행시킬 서버/애플리케이션 이름', command: '명령어1' }, { name: '실행시킬 서버/애플리케이션 이름', command: '명령어2' }, { name: '실행시킬 서버/애플리케이션 이름', command: '명령어3' }], {.. 2024. 6. 13. 이전 1 다음 728x90 반응형