An open API service indexing awesome lists of open source software.

https://github.com/programming-contents-list/document

공식문서를 기준으로 학습, 실습하고 내용을 정리한 레포 입니다.
https://github.com/programming-contents-list/document

Last synced: 3 months ago
JSON representation

공식문서를 기준으로 학습, 실습하고 내용을 정리한 레포 입니다.

Awesome Lists containing this project

README

          

# Document
공식문서를 기준으로 학습, 실습하고 내용을 정리한 레포 입니다.

# 운용방식과 관리 방식
- 학습한 내용을 각 브렌치, 디렉토리에서 관리하고 main으로 통합한다. 디렉토리 예시 구조는 다음과 같다.
```
📂 root ── 🌿 Branch : main
├── 📦 .git
├── 📂 React ── 🌿 Branch : React
├── 📂 Nodejs ── 🌿 Branch : Nodejs
└── 📂 TypeScript ── 🌿 Branch : TypeScript
```