Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] README.md에 요구사항 및 의존성 추가 #143

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
<br>
<br>

# 요구사항 및 의존성

- Typescript 5.2.2
- Vite 5.3.1
- React 18
- Axios 1.7.2
- @tanstack/react-query 5.48.0
- tailwindcss 3.4.4
- Storybook 8.1.11
- 기타 의존성은 [package.json](./package.json) 파일 참고

<br>
<br>

# 시작가이드

파일을 클론한 후 아래의 명령어를 입력해 프로젝트를 직접 실행해 볼 수 있습니다.
Expand All @@ -26,7 +40,7 @@ $ npm run dev
### DTO 도입

신규 프로젝트이며, 개발 시간이 짧아 서버 스펙이 자주 바뀔 것으로 판단하였습니다.
때문에, API 변경이 UI에 영향을 미치지 않도록 범위를 한정하기 위해 DTO 도입했습니다.
때문에, API 변경이 UI에 영향을 미치지 않도록 범위를 한정하기 위해 DTO를 도입했습니다.

### 디자인 시스템 설계

Expand Down
Loading