Showing
1 changed file
with
8 additions
and
0 deletions
| ... | @@ -5,14 +5,22 @@ | ... | @@ -5,14 +5,22 @@ |
| 5 | # 설치 | 5 | # 설치 |
| 6 | 6 | ||
| 7 | git clone http://khuhub.khu.ac.kr/2020-2-capstone-design2/2015104154.git | 7 | git clone http://khuhub.khu.ac.kr/2020-2-capstone-design2/2015104154.git |
| 8 | + | ||
| 8 | cd 2015104154 | 9 | cd 2015104154 |
| 10 | + | ||
| 9 | cd front | 11 | cd front |
| 12 | + | ||
| 10 | npm install | 13 | npm install |
| 14 | + | ||
| 11 | npm start | 15 | npm start |
| 16 | + | ||
| 12 | cd ../back | 17 | cd ../back |
| 18 | + | ||
| 13 | npm install | 19 | npm install |
| 20 | + | ||
| 14 | npm start | 21 | npm start |
| 15 | 22 | ||
| 23 | + | ||
| 16 | # 데이터 | 24 | # 데이터 |
| 17 | 25 | ||
| 18 | TMDB API : https://developers.themoviedb.org/3/getting-started/introduction | 26 | TMDB API : https://developers.themoviedb.org/3/getting-started/introduction | ... | ... |
-
Please register or login to post a comment