-
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
feat: 후보자 검색 기능 구현 #12
Conversation
package-lock.json
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.
yarn 또는 npm 하나만 사용하는 것이 좋을 것 같습니다.
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.
- 없습니다.
- 제 취향은 yarn 이긴 한데 이전까지 yarn.lock을 사용했으니까 yarn 쓰는게 좋지 않을까요?
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.
yarn.lock 을 처음부터 써왔기 때문에 yarn.lock을 남기고 package-lock.json 을 지우는 것이 좋겠습니다.
대신 작업 감사드립니다! |
웹페이지 하단의 후보자 검색 기능을 call21st 쪽의 구현을 가져와서 구현합니다.