-
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
모노레포에 대한 이해 #2
Comments
모노 레포 툴 세부 비교 |
npm/yarn workspace
Lerna
|
nx
Turborepo |
마무리, 후기 |
yarn workspace 실제 후기Yarn workspace + yarn berry/scripts - static 파일(css, 이미지 등) 가져오는 코드 / 빌드 배포 관련
/settings - workspace 설정, eslint, prettier, husky 등
/packages
ㄴ common(공통)
ㄴ 플젝 A
ㄴ 플젝 B
ㄴ 플젝 C
ㄴ 플젝 D
ㄴ ngnix, docker 등 배포 관련
ㄴ src
ㄴ common
ㄴ components
ㄴ pages
ㄴ public
ㄴ msw - test 도입하게 된 계기비슷한 내용과 스펙을 가지고 관리 주체가 같은 프로젝트들을 묶기 위하여 도입하였습니다. 실제 사용했을때 장점
실제 사용했을때 단점 및 고려 사항
|
NX 실제 후기폴더 구조
도입하게 된 계기
장점
단점 및 한계
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
목차
중점
레퍼런스
The text was updated successfully, but these errors were encountered: