-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FE][Chore] #1 - React Icons 추가 및 Tailwind css prettier 설정 #146
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- websocket 연결을 위한 js 구현 - http 서버 생성 및 websocket 서버 초기화 기능 구현
[Feat][BE] : #40 : webSocket 연결 세팅
websocket 세팅 및 websocket 서버 초기화
- 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치 - 로그인을 위한 router, controller, service, repository, middleware 구현 - index.js router 호출 및 사용 - 로그인 api 구현 테스트
- 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치 - 로그인을 위한 router, controller, service, repository, middleware 구현 - index.js router 호출 및 사용 - 로그인 api 구현 테스트
- eslint 설정 변경
- 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치 - 로그인을 위한 router, controller, service, repository, middleware 구현 - index.js router 호출 및 사용 - 로그인 api 구현 테스트
[BE][Feat] : #42 : 로그인 api 구현
[BE][Feat] : #42 : 로그인 api 구현
happyhyep
approved these changes
Nov 12, 2024
juwon5272
approved these changes
Nov 12, 2024
effozen
added
작업 완료
PR이 제대로 되어 approve 된 상태 (PR 받은 두명 중 마지막 사람이 상태 변경)
and removed
확인 요청
리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전)
labels
Nov 12, 2024
effozen
changed the title
[FE][Chore] - React Icons 추가 및 Tailwind css prettier 설정
[FE][Chore] #1 - React Icons 추가 및 Tailwind css prettier 설정
Nov 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 PR 개요
개발하다가 불편해서 추가한 2가지 사항입니다.
아이콘은 이미지파일을 매번 가져오는 것보다
React icons
를 사용했으면 했고,Tailwind css
도 매번 규칙을 찾아서 하기 보다는 자동으로 알려줬으면 해서 이렇게 지정하였슶니다.🔍 변경 사항
Tailwindcss
prettier 설정React Icons
추가 (Material Icons 사용)📚 참고 자료 (선택 사항)
Material Icons
를 사용