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

Feature(#101): route 설정, Tailwind CSS 기본 설정, 스캐폴드 구성 #103

Merged
merged 3 commits into from
Nov 14, 2023

Conversation

Jw705
Copy link
Collaborator

@Jw705 Jw705 commented Nov 14, 2023

작업 개요

#101

작업 사항

  • react route 초기 설정
  • Tailwind CSS 기본 설정
  • 프로젝트 스캐폴드 구성

고민한 점들

  • 프로젝트 스캐폴드
    • components 폴더는 공통으로 사용하는 컴포넌트를 저장하게 하고,
    • 한 페이지 내에서만 사용하는 컴포넌트는 pages 폴더 자식 폴더 내부의 components에 저장하도록 합의했습니다.

Jw705 and others added 3 commits November 14, 2023 18:07
reacr-router-dom을 설치하고 route 초기 설정을 했습니다.

Co-authored-by: LellowMellow <[email protected]>
Co-authored-by: Byeonjin <[email protected]>
global.css를 생성하고, tailwind css를 적용하였습니다.

Co-authored-by: LellowMellow <[email protected]>
Co-authored-by: Byeonjin <[email protected]>
프로젝트 스캐폴드를 구성했습니다.
공통으로 사용하는 컴포넌트를 저장하는 components 폴더와
페이지르 저장하는 pages 폴더를 생성하였습니다.

Co-authored-by: LellowMellow <[email protected]>
Co-authored-by: Byeonjin <[email protected]>
@Jw705 Jw705 added FE 프론트엔드 작업 ⚙ Env 환경 설정 labels Nov 14, 2023
@Jw705 Jw705 added this to the 2주차 milestone Nov 14, 2023
Copy link
Collaborator

@LellowMellow LellowMellow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@Byeonjin Byeonjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Jw705 Jw705 merged commit c8db805 into boostcampwm2023:dev Nov 14, 2023
@Jw705 Jw705 deleted the feature/231114-fe-env-setting branch November 16, 2023 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙ Env 환경 설정 FE 프론트엔드 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants