Toggle navigation
Toggle navigation
This project
Loading...
Sign in
DongyoungKwon
/
test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
DongyoungKwon
2020-12-08 22:03:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5539ccdbbec7319bc79084a71c41571f7e0ef69f
5539ccdb
1 parent
fee475aa
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
README.md
README.md
View file @
5539ccd
...
...
@@ -56,7 +56,7 @@ Teleprompter-STT
```
## :keyboard: 설치 방법
#### ☝️ React & Express 서버 동시 구동 (Local Server로 동작)
##### client 폴더 이동
`$ cd Teleprompter-STT/client`
...
...
@@ -74,17 +74,23 @@ Teleprompter-STT
`$ npm run dev`
<br>
####
🙌 Express 서버로만 동작
(Heroku로 배포 가능)
####
✌️ Express 서버로만 구동
(Heroku로 배포 가능)
##### client 폴더 이동
`$ cd Teleprompter-STT/client`
##### React에 필요한 모듈 설치
`$ npm install`
##### Build File 생성
`$ npm run build`
##### Teleprompter-STT 폴더 이동
`$ cd ..`
##### Node.js에 필요한 모듈 설치
`$ npm install`
##### Express 서버 시작
`$ npm run server`
...
...
Please
register
or
login
to post a comment