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

[#1] 프로젝트 초기 설정, axios 설정, tailwind css 설정, 라우팅 구조 잡기 #2

Merged
merged 2 commits into from
May 7, 2024

Conversation

youdame
Copy link

@youdame youdame commented May 7, 2024

🕹️ 작업 내용

  • PR, 이슈 템플릿 적용
  • husky, lint staged 적용
  • 폴더 구조 잡기
  • 깃허브 액션 설정
  • axios 설정
  • tailwind css 설정 , global css
  • 라우팅 구조 잡기

📋 리뷰 포인트

  • 테일윈드가 처음이어서 색상 코드 잘 적용한 건지 모르겠습니다. 혹시라도 지정 안된 색상은 따로 tailwind.config.js에서 설정해주면 됩니다!
  • 자주 쓰는 css 코드를 global.css에서 클래스 이름으로 정의해뒀습니다.
  • 10px = 1rem으로 만들기 위해 전체에 62.5% 조정을 해줬습니다.
  • axios 설정을 했으나, 직접 api 패칭을 하면서 코드를 수정해야할 수도 있습니다.
  • 사전에 합의한대로 라우팅 구조에 맞게 폴더 구조 짜뒀어요!
  • 라우팅 구조
랜딩페이지 - /
메인페이지 - /home
검색페이지 - /search
상세페이지 - media/[:id]

🔮 기타 사항

@youdame youdame added the 🐠 Chore 빌드 혹은 패키지 매니저 수정사항 label May 7, 2024
@youdame youdame self-assigned this May 7, 2024
@youdame youdame merged commit 56b596e into main May 7, 2024
2 checks passed
@youdame youdame deleted the Chore/issue#1 branch May 7, 2024 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐠 Chore 빌드 혹은 패키지 매니저 수정사항
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Chore] 프로젝트 초기 설정, axios 설정, tailwind css 설정, 라우팅 구조 잡기
1 participant