📒Concurrently?
- terminal 두개 열어서 한쪽에서 Server, 한쪽에서 Client를 실행시키지 않고 한번에 실행시킬 수 있음.
- https://www.npmjs.com/package/concurrently
concurrently
Run commands concurrently
www.npmjs.com
- [package.json] - "scripts" 부분에 추가.
"dev": "concurrently \"npm run backend\" \"npm run start --prefix client\""
- npm run dev 로 실행
'Web > Basic (Front-end)' 카테고리의 다른 글
[#6] React Hooks (0) | 2021.07.05 |
---|---|
[#5] Redux 이론 및 Settings (0) | 2021.07.01 |
[#4] CSS Framework: Antd (0) | 2021.07.01 |
[#2] Data Flow & Axios 정리 / Request 보내고 Response 받아보기 (0) | 2021.06.30 |
[#1] React JS로 Front-end 시작하기 (0) | 2021.06.30 |