https://github.com/programming-contents-list/document
공식문서를 기준으로 학습, 실습하고 내용을 정리한 레포 입니다.
https://github.com/programming-contents-list/document
Last synced: 3 months ago
JSON representation
공식문서를 기준으로 학습, 실습하고 내용을 정리한 레포 입니다.
- Host: GitHub
- URL: https://github.com/programming-contents-list/document
- Owner: Programming-Contents-List
- Created: 2025-03-16T08:04:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T08:13:40.000Z (10 months ago)
- Last Synced: 2025-03-16T09:22:37.000Z (10 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Document
공식문서를 기준으로 학습, 실습하고 내용을 정리한 레포 입니다.
# 운용방식과 관리 방식
- 학습한 내용을 각 브렌치, 디렉토리에서 관리하고 main으로 통합한다. 디렉토리 예시 구조는 다음과 같다.
```
📂 root ── 🌿 Branch : main
├── 📦 .git
├── 📂 React ── 🌿 Branch : React
├── 📂 Nodejs ── 🌿 Branch : Nodejs
└── 📂 TypeScript ── 🌿 Branch : TypeScript
```