git 초기설정

00_8_3·2020년 9월 20일
0

git 레파지토리에서 클론을 한 후

  1. git clone

  2. root 디렉토리에서 npm init

  3. root 디렉토리에서 npm i

  4. project 디렉토리에서 npm init

  5. project 디렉토리에서 npm install

  6. npm start (패키지.json 파일 스크립트에서 확인 후 실행 명령)

0개의 댓글