네이밍 컨벤션

폴더 컨벤션

its-basic
├── build
├── node_modules
├── public
|	  └── assets
├── src
|			├── components  
|			|			├── NavigationBar
|			|			|			└── NavigationBar.jsx
|			|			|			└── ****NavigationBar.style.jsx      		
|			├── pages
|     |     └── main
|			|						├── components
|			|						|			├── Card
|			|						|			|			├── Card.jsx
|			|						|			|			└── ****Card.style.jsx
|			|						|			└── Button
|			|						|						├── Button.jsx
|			|						|					  └── ****Button.style.jsx
|			|			      └──index.jsx
|			└── utils
|			      └──	getCurrTime.js
├── .gitignore
├── package.json
└── README.md

커밋 컨벤션

gitmoji

깃 컨벤션

  1. 1주차 개발

    브랜치명 설명 관리자
    main 호스팅 차수지
    develop white + post 차수지
    develop-white white 팀 기능 개발 차수지
    develop-post post 팀 기능 개발 홍재훈
  2. 2주차 개발

    브랜치명 설명 관리자
    main 호스팅 차수지
    develop white + post 차수지
    개인 기능/이슈 단위 개별