Skip to content
KIM CHAN HEE edited this page Jun 10, 2023 · 5 revisions

Welcome to the frontend wiki!

Commit Convention

집현전 Front-End의 Commit Convention해당 규칙을 따릅니다.

디렉토리 구조

./public
└── index.html

./src
├── atom
├── component
├── css
├── img
├── App.css
├── App.js
├── index.css
├── index.js
└── Routes.js

컴포넌트

./src/component
├── book
├── information
├── login
├── main
├── rent
├── reservation
├── reservedloan
├── return
├── search
└── utils
Clone this wiki locally