Showing
1 changed file
with
22 additions
and
9 deletions
| ... | @@ -58,22 +58,34 @@ Teleprompter-STT | ... | @@ -58,22 +58,34 @@ Teleprompter-STT |
| 58 | ## :keyboard: 설치 방법 | 58 | ## :keyboard: 설치 방법 |
| 59 | 59 | ||
| 60 | 60 | ||
| 61 | -#### client 폴더 이동 | 61 | +##### client 폴더 이동 |
| 62 | `$ cd Teleprompter-STT/client` | 62 | `$ cd Teleprompter-STT/client` |
| 63 | 63 | ||
| 64 | -#### React에 필요한 모듈 설치 | 64 | +##### React에 필요한 모듈 설치 |
| 65 | `$ npm install` | 65 | `$ npm install` |
| 66 | 66 | ||
| 67 | -#### Build File 생성 | 67 | +##### Teleprompter-STT 폴더 이동 |
| 68 | -`$ npm run build` | ||
| 69 | - | ||
| 70 | -#### Teleprompter-STT 폴더 이동 | ||
| 71 | `$ cd ..` | 68 | `$ cd ..` |
| 72 | 69 | ||
| 73 | -#### Node.js에 필요한 모듈 설치 | 70 | +##### Node.js에 필요한 모듈 설치 |
| 74 | `$ npm install` | 71 | `$ npm install` |
| 75 | 72 | ||
| 76 | -#### 시작 | 73 | +##### React & Express 서버 동시 시작 |
| 74 | +`$ npm run dev` | ||
| 75 | + | ||
| 76 | +<br> | ||
| 77 | +#### 🙌 Express 서버로만 동작 (Heroku로 배포 가능) | ||
| 78 | + | ||
| 79 | +##### client 폴더 이동 | ||
| 80 | +`$ cd Teleprompter-STT/client` | ||
| 81 | + | ||
| 82 | +##### Build File 생성 | ||
| 83 | +`$ npm run build` | ||
| 84 | + | ||
| 85 | +##### Teleprompter-STT 폴더 이동 | ||
| 86 | +`$ cd ..` | ||
| 87 | + | ||
| 88 | +##### Express 서버 시작 | ||
| 77 | `$ npm run server` | 89 | `$ npm run server` |
| 78 | 90 | ||
| 79 | 91 | ||
| ... | @@ -92,5 +104,6 @@ Teleprompter-STT | ... | @@ -92,5 +104,6 @@ Teleprompter-STT |
| 92 | 104 | ||
| 93 | ## 📋 License | 105 | ## 📋 License |
| 94 | Teleprompter-STT is [MIT licensed](./LICENSE). | 106 | Teleprompter-STT is [MIT licensed](./LICENSE). |
| 95 | -<br></br> | 107 | + |
| 108 | +<br> | ||
| 96 | [👆Back To The Top](teleprompter-stt) | 109 | [👆Back To The Top](teleprompter-stt) |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment