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 21:53:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd0cb73031dfaafa501e9201964ffd853412704a
bd0cb730
1 parent
f9ba7fb2
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
9 deletions
README.md
README.md
View file @
bd0cb73
...
...
@@ -58,22 +58,34 @@ Teleprompter-STT
## :keyboard: 설치 방법
#### client 폴더 이동
####
#
client 폴더 이동
`$ cd Teleprompter-STT/client`
#### React에 필요한 모듈 설치
####
#
React에 필요한 모듈 설치
`$ npm install`
#### Build File 생성
`$ npm run build`
#### Teleprompter-STT 폴더 이동
##### Teleprompter-STT 폴더 이동
`$ cd ..`
#### Node.js에 필요한 모듈 설치
####
#
Node.js에 필요한 모듈 설치
`$ npm install`
#### 시작
##### React & Express 서버 동시 시작
`$ npm run dev`
<br>
#### 🙌 Express 서버로만 동작 (Heroku로 배포 가능)
##### client 폴더 이동
`$ cd Teleprompter-STT/client`
##### Build File 생성
`$ npm run build`
##### Teleprompter-STT 폴더 이동
`$ cd ..`
##### Express 서버 시작
`$ npm run server`
...
...
@@ -92,5 +104,6 @@ Teleprompter-STT
## 📋 License
Teleprompter-STT is
[
MIT licensed
](
./LICENSE
)
.
<br></br>
<br>
[
👆Back To The Top
](
teleprompter-stt
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment