-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Initial project setup #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
첫 세팅 고생많으셨습니다!
지금 구성한 모노레포 구조에 대한 의존성 그래프를 그림으로 표현해 Readme에 추가해보시죠!
.yarnrc.yml
Outdated
@@ -0,0 +1,2 @@ | |||
yarnPath: .yarn/releases/yarn-4.5.1.cjs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pnpm을 이용한 모노레포구조가 아니라 Yarn Workspace를 활용한 방식일까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네!
packages/.DS_Store
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
불필요한 파일인것 같습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제거했습니다!
Turborepo나 Nx와 같은 툴들을 이용해보시는것도 고려해보시죠! |
Readme에 프로젝트 초기세팅 및 시작과정에 대해서도 작성해주세요 |
추가했어요! |
빌드 캐싱, 병렬 실행 최적화, 의존성 기반 빌드 순서 관리 등의 기능을 제공하는Turborepo를 사용하는게 좋겠어요! 그리고 Turborepo를 사용시에는 pnpm을 사용하는 것이 궁합이 더 좋은 것 같으니 pnpm으로 마이그레이션을?! |
README에 #How to run (초기세팅 및 시작과정)이 작성되어 있고, 이 외에 어떤 부분을 추가적으로 작성하는게 좋을까요? |
Yarn에서 pnpm + Turborepo로 마이그레이션 완료했습니다.! (9f90946) |
|
Purpose
개발을 시작하기 위한 초기 프로젝트 설계와 eslint, prettier, ts 등의 기본 설정을 완료했습니다.
Changes