1. nest js 설치 (아래 명령어 입력)

Untitled

  1. nest (커맨드 실행)
  1. nest js를 사용하고 싶은곳으로 이동 (cd ..)

  2. nest new 입력

nest new my-project
  1. 만든 폴더로 이동하면 됨

  2. github / gitlab에서 새 repository 만들고

  3. vs code에서 git remote add origin https://~~~~~ 입력

  4. app.controller.spec.ts 폴더 삭제