-
Notifications
You must be signed in to change notification settings - Fork 5
Home
KIM CHAN HEE edited this page Jun 10, 2023
·
5 revisions
Welcome to the frontend wiki!
집현전 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