Showing
1 changed file
with
8 additions
and
2 deletions
... | @@ -56,7 +56,7 @@ Teleprompter-STT | ... | @@ -56,7 +56,7 @@ Teleprompter-STT |
56 | ``` | 56 | ``` |
57 | 57 | ||
58 | ## :keyboard: 설치 방법 | 58 | ## :keyboard: 설치 방법 |
59 | - | 59 | +#### ☝️ React & Express 서버 동시 구동 (Local Server로 동작) |
60 | 60 | ||
61 | ##### client 폴더 이동 | 61 | ##### client 폴더 이동 |
62 | `$ cd Teleprompter-STT/client` | 62 | `$ cd Teleprompter-STT/client` |
... | @@ -74,17 +74,23 @@ Teleprompter-STT | ... | @@ -74,17 +74,23 @@ Teleprompter-STT |
74 | `$ npm run dev` | 74 | `$ npm run dev` |
75 | 75 | ||
76 | <br> | 76 | <br> |
77 | -#### 🙌 Express 서버로만 동작 (Heroku로 배포 가능) | 77 | +#### ✌️ Express 서버로만 구동 (Heroku로 배포 가능) |
78 | 78 | ||
79 | ##### client 폴더 이동 | 79 | ##### client 폴더 이동 |
80 | `$ cd Teleprompter-STT/client` | 80 | `$ cd Teleprompter-STT/client` |
81 | 81 | ||
82 | +##### React에 필요한 모듈 설치 | ||
83 | +`$ npm install` | ||
84 | + | ||
82 | ##### Build File 생성 | 85 | ##### Build File 생성 |
83 | `$ npm run build` | 86 | `$ npm run build` |
84 | 87 | ||
85 | ##### Teleprompter-STT 폴더 이동 | 88 | ##### Teleprompter-STT 폴더 이동 |
86 | `$ cd ..` | 89 | `$ cd ..` |
87 | 90 | ||
91 | +##### Node.js에 필요한 모듈 설치 | ||
92 | +`$ npm install` | ||
93 | + | ||
88 | ##### Express 서버 시작 | 94 | ##### Express 서버 시작 |
89 | `$ npm run server` | 95 | `$ npm run server` |
90 | 96 | ... | ... |
-
Please register or login to post a comment