Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 803 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 803 Bytes

LOA Project (가칭)

1. Contributors

1.1. Backend

1.2. Frontend

2. Project Structure

2.1. Backend

.
├── README.md
├── backend
│   ├── Dockerfile

2.2. Frontend

.
├── README.md
├── frontend
    ├── src
        ├── main.tsx
        ├── App.tsx
        ├── routes
        ├── components
        ├── atoms
        ├── hooks
        ├── tests
        ├── utils

3. Detailed Description

3.1. Backend

3.2. Frontend

4. Development Environment & Stack

4.1. Backend

4.2. Frontend