--- z. [참고자료] 설치 및 실행방법.txt
+++ z. [참고자료] 설치 및 실행방법.txt
... | ... | @@ -4,6 +4,14 @@ |
4 | 4 |
1. nodejs 최신 버전 다운로드 |
5 | 5 |
2. VSCode 최신 버전 다운로드(개발시 필요) |
6 | 6 |
끝. |
7 |
+ |
|
8 |
+★ Git |
|
9 |
+ 1. 터미널에서 node_modules 업데이트 : npm install |
|
10 |
+ 2. 새로운 node_module 추가 후 Commit할 경우 : |
|
11 |
+ .gitignore 파일에 node_modules 없을 시 추가 -> |
|
12 |
+ package.json, package-lock.json 파일만 Commit -> |
|
13 |
+ Git - 1번 과정부터 반복 |
|
14 |
+ 끝. |
|
7 | 15 |
|
8 | 16 |
★ 실행 |
9 | 17 |
- 개발 환경(VSCode 필요) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?