- ⚡️ Vite for fast builds and HMR
- ⚛️ React for the user interface
- 📝 TypeScript for type safety
- 📦 pnpm for efficient package management
- 🌐 TanStack Query for data synchronization and caching
- 🗂 zustand for lightweight and flexible state management
-
Clone the repository:
git clone https://github.com/Team-inglo/Giggle-Web.git cd Giggle-Web
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
사용 방법 예시
✨ feat: 어쩌구저쩌구 #이슈번호
Git Convention | Description | Gitmoji | Gitmoji Code |
---|---|---|---|
feat | 새로운 기능과 관련된 것 | ✨ | :sparkles: |
fix | 오류와 같은 것을 수정 | 🐛 | :bug: |
test | 테스트를 추가하거나 수정 | ✅ | :white_check_mark: |
docs | 문서와 관련하여 수정한 부분 | 📝 | :memo: |
style | 코드의 포맷, 세미콜론 누락 등, 코드 로직의 변화 없음 | 🎨 | :art: |
refactor | 코드의 리팩토링 (기능 변화 없음) | ♻️ | :recycle: |
build | 빌드 관련 파일 수정 | 🛠️ | :hammer_and_wrench: |
chore | 기타 작업(패키지 매니저 설정 등, production code 무관) | 🔧 | :wrench: |