Back-End/REST with node

02. share project on GitHub

728x90

git 저장소를 추가한다.

.gitignore 화일을 추가한다.

/.idea
/node_module
/dist
 
package-lock.json

version control 탭에서 working area 에 있는 화일은 staging area로 add하고 commit 한다.

commit 후 VCS > import into version control > share project on github로 프로젝트를 github에 공유한다.