Skip to content

Commit

Permalink
Readme.md 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ippowe authored Jan 19, 2021
1 parent 1b67028 commit a5b9de7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ CRA로 만들어진 간단한 TODO 앱입니다. 아직 스타일과 뼈대만
## 수행 기술
- React, Typescript, Javascript
- 설치되어있는 모듈(node_modules) 외에 다른 외부 라이브러리는 사용하지 않도록 합니다.
- 패키지 매니저로 `yarn`을 사용하고 있습니다. 가급적이면 `yarn`을 사용해주세요.

## 시작 하기
1. `git init`
2. `yarn install`
3. `yarn run start`

# 요구사항
- 참고 요구사항의 순서는 난이도와 상관이 없음
Expand Down Expand Up @@ -53,4 +59,4 @@ CRA로 만들어진 간단한 TODO 앱입니다. 아직 스타일과 뼈대만
9. `[Optional]` 가능하면 하나의 커밋보다 잘 나눠진 커밋으로 만들어주세요.

# 결과물 이미지
![Result](./images/result.png)
![Result](./images/result.png)

0 comments on commit a5b9de7

Please sign in to comment.