From a5b9de7742b81376414c238f000460a9db21f799 Mon Sep 17 00:00:00 2001 From: Jaemin Ahn Date: Tue, 19 Jan 2021 10:25:05 +0900 Subject: [PATCH] =?UTF-8?q?Readme.md=20=ED=8C=8C=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6fc1d..8c1d581 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ CRA로 만들어진 간단한 TODO 앱입니다. 아직 스타일과 뼈대만 ## 수행 기술 - React, Typescript, Javascript - 설치되어있는 모듈(node_modules) 외에 다른 외부 라이브러리는 사용하지 않도록 합니다. +- 패키지 매니저로 `yarn`을 사용하고 있습니다. 가급적이면 `yarn`을 사용해주세요. + +## 시작 하기 +1. `git init` +2. `yarn install` +3. `yarn run start` # 요구사항 - 참고 요구사항의 순서는 난이도와 상관이 없음 @@ -53,4 +59,4 @@ CRA로 만들어진 간단한 TODO 앱입니다. 아직 스타일과 뼈대만 9. `[Optional]` 가능하면 하나의 커밋보다 잘 나눠진 커밋으로 만들어주세요. # 결과물 이미지 -![Result](./images/result.png) \ No newline at end of file +![Result](./images/result.png)