Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argon1025/muzi-frontend
블로그 체험단 공고 통합 조회 서비스
https://github.com/argon1025/muzi-frontend
react typescript
Last synced: 10 days ago
JSON representation
블로그 체험단 공고 통합 조회 서비스
- Host: GitHub
- URL: https://github.com/argon1025/muzi-frontend
- Owner: argon1025
- Created: 2024-02-12T08:35:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T00:45:42.000Z (6 months ago)
- Last Synced: 2024-10-12T05:07:38.105Z (27 days ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage:
- Size: 315 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Muzi Front-end
무지 프론트 서비스
서로 다른 서비스의 맛집, 제품 체험단 공고 통합 조회 제공
Go to Service (2024.05.01 End Service)
·
View Swagger Doc
·
Report Bug
·
Request Feature
# Introduce
![image](https://github.com/argon1025/muzi-frontend/assets/55491354/8e30eb40-dcac-4b02-bd0f-51ccfbe86f85)## Built With
- React (TypeScript)
- Tailwind## Convention
이슈 관리
- `Github Projects`로 이슈를 생성 및 트래킹 합니다. [링크](https://github.com/users/argon1025/projects/3/views/1)
브랜치 정책
- 각 이슈별로 브랜치를 분리합니다.
- 브랜치 명칭은 `{feature|fix}-#{이슈 번호}` 로 생성합니다. ex) `feature-#19`
- `Main` `Develop` 브랜치는 리니어 하게 관리합니다.
- 핫픽스를 병합할 경우 이력전체를 저장하기 위해 `Merge` 합니다.
- 개발 브랜치를 병합할 경우 `Squash` 합니다.
- Main, Develop 간에는 `Fast forward`를 합니다.
- conventionalCommits을 준수합니다# How To Start
## 패키지 설치
```
npm i
```
> 기본 패키지 매니저의 경우 `npm`을 사용하고 있습니다.## 프로젝트 시작
```
npm start
```