Skip to content
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

Feat/issue-1 #13

Merged
merged 4 commits into from
Jan 20, 2024
Merged

Feat/issue-1 #13

merged 4 commits into from
Jan 20, 2024

Conversation

KimKyuHoi
Copy link
Member

@KimKyuHoi KimKyuHoi commented Jan 20, 2024

✨ 작업 내용


  • 리액트 설치
  • Vite 설치
  • Root안에서 Frontend, Backend 폴더 설정
  • ESLint 추가
  • Prettier 추가
  • PnPm 패키지 매니지 사용.
  • Zustand, Emotion.js, React-Query, React-Router-Dom, Axios

✨ 참고 사항


처음 pnpm 개발환경을 설정하느라 Window나 Mac에서 VScode Terminal 내에서 인식하지 못하는 오류가 있습니다.

pnpm : 'pnpm' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다. 이름이 정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 검증한 다음 다시 시도하십시오.
위치 줄:1 문자:1
+ pnpm init
+ ~~~~
    + CategoryInfo          : ObjectNotFound: (pnpm:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

이를 위해서 npm으로 pnpm을 따로 설치한 후 작업을 진행하셔야 됩니다.

npm install -g pnpm

ESLint는 현재 airbnb-eslint-plugin을 전체적으로 적용하였습니다.

Prettier 부분은 따로 설정하였으므로 vscode extension에서 prettier를 다운받으셔서 사용하시면 될 것 같습니다.

⏰ 현재 버그


해결완료

현재 tanstack query 모듈에서 @tanstack/react-query-devtools를 설치했음에도 불구하고
image
모듈이 없다는 에러가 발생하고 있습니다. devtools 자체는 문제없이 돌아가는데 이후 문제에 대해서 찾아보고 config.ts 파일에서 수정을 따로 해야될 꺼 같습니다.


현재 VScode내에서 현재 Image를 import를 해올때 분명 파일이 있지만 파일을 찾을 수 없다는 에러가 뜨고 있습니다.
image

현재 실행시키는 데에 있어서 파일 돌리기엔 무리가 없으나 VScode 자체내 에러인 것 같습니다. 추후 확인이 필요합니다.

✏ Git Close


close #1

@KimKyuHoi KimKyuHoi added ✨ Feature 기능 추가 📦 Environment 개발 환경 세팅 🧑‍💻 FE 프론트엔드 관련 이슈 우선 순위 : 상 핵심 기능 개발, 여러 사용자에게 영향을 미치는 문제 (build fail 등) labels Jan 20, 2024
@KimKyuHoi KimKyuHoi self-assigned this Jan 20, 2024
@KimKyuHoi KimKyuHoi requested a review from eastfilmm January 20, 2024 07:21
@KimKyuHoi KimKyuHoi merged commit 102ea33 into main Jan 20, 2024
@KimKyuHoi KimKyuHoi deleted the FE-feat/issue-1 branch January 20, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
우선 순위 : 상 핵심 기능 개발, 여러 사용자에게 영향을 미치는 문제 (build fail 등) 📦 Environment 개발 환경 세팅 🧑‍💻 FE 프론트엔드 관련 이슈 ✨ Feature 기능 추가
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

개발 환경 세팅
1 participant