Skip to content

Tailwind와 CVA를 설치한다. #21

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

Open
wants to merge 6 commits into
base: monorepo-r
Choose a base branch
from
Open

Conversation

4BFC
Copy link
Member

@4BFC 4BFC commented Nov 22, 2024

해당 PR은 #22 와 동일하다.

  • mono-reop로 구현하기 위해 pnpm으로 구현하였다. 우선 CRA를 루트에서 설치하고 front 디렉토리로 변경을 하였다. 그러면서 이상없이 사용은 가능 했으나 문제는 추후에 front에서 eslint를 설치하고 동작하게 하려고 했으나 정상적으로 동작하지 않고 계속해서 eslint를 무시하게 되는 불상사가 있었다. 이를 해결하기 위해서는 CRA와 Eslint 규칙들을 앞서 설정하고난 뒤에 front옮기는 방식을 취하는게 좋을 듯한다.
  • Eslint ver 9 이상에서는 일반적인 eslintrc.js가 아닌 eslint.config.js를 사용해야한다.
  • Eslint ver 9 이상에서는 많은 에러가 있고 아직 안정화가 되지 않는다. 따라서 eslint 버전을 다운 그레이 해서 재 시도를 해야할 것 같다. 해당 글을 참조하면 될 듯 하다. 따라서 eslint 8버전으로 설치할 예정이다.

@4BFC 4BFC self-assigned this Nov 22, 2024
@4BFC 4BFC added 🧰npm 🧰npm 🌐workspace 🌐workspace labels Nov 22, 2024
@4BFC 4BFC added this to the 🛠Config milestone Nov 22, 2024
This was linked to issues Nov 22, 2024
@4BFC 4BFC changed the title Pnpmworkspace/config/2 Tailwind와 CVA를 설치한다. Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰npm 🧰npm 🌐workspace 🌐workspace
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESLint를 설치한다. CVA와 Shadcn UI를 설치한다.
1 participant