- React
- TypeScript
- Vite
- Tailwind CSS
- main 브랜치 : 배포용 브랜치
- dev 브랜치 : 개발용 브랜치
type/#이슈번호-description형식
| type | description |
|---|---|
feat |
새로운 기능 추가 |
fix |
버그 수정 |
refactor |
리팩토링 (기능 변경 없음) |
chore |
설정, 빌드, 환경 작업 |
docs |
문서 작업 |
style |
코드 스타일 변경 |
예시
feat/#3-loginfeat/#5-router-setupfix/#5-header-bugrefactor/#5-api-structurechore/#4-eslint-prettierdocs/#2-readme
type: description형식
| type | description |
|---|---|
feat |
새로운 기능 추가 |
fix |
버그 수정 |
refactor |
리팩토링 |
chore |
설정, 빌드, 환경 작업 |
docs |
문서 작업 |
style |
코드 스타일 변경 |
예시
feat: add login pagefeat: setup router structurefix: resolve header layout issuerefactor: simplify api logicchore: setup eslint and prettierdocs: update readme