Skip to content

블로그 체험단 공고 통합 조회 서비스

Notifications You must be signed in to change notification settings

argon1025/muzi-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Muzi Front-end

무지 프론트 서비스
서로 다른 서비스의 맛집, 제품 체험단 공고 통합 조회 제공

Go to Service (2024.05.01 End Service) · View Swagger Doc · Report Bug · Request Feature

Introduce

image

Built With

  • React (TypeScript)
  • Tailwind

Convention

이슈 관리

  • Github Projects로 이슈를 생성 및 트래킹 합니다. 링크

브랜치 정책

  • 각 이슈별로 브랜치를 분리합니다.
    • 브랜치 명칭은 {feature|fix}-#{이슈 번호} 로 생성합니다. ex) feature-#19
  • Main Develop 브랜치는 리니어 하게 관리합니다.
    • 핫픽스를 병합할 경우 이력전체를 저장하기 위해 Merge 합니다.
    • 개발 브랜치를 병합할 경우 Squash 합니다.
    • Main, Develop 간에는 Fast forward를 합니다.
  • conventionalCommits을 준수합니다

How To Start

패키지 설치

npm i

기본 패키지 매니저의 경우 npm을 사용하고 있습니다.

프로젝트 시작

npm start