Skip to content

Commit 235d917

Browse files
committed
Update README.md
1 parent 5128a01 commit 235d917

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,22 @@
44

55
오탈자가 발견되면 Issue 에 제보해주시면 검토 후 다음 인쇄 때 반영하도록 하겠습니다. 반영 기록은 [오탈자 및 개선사항](https://github.com/velopert/learning-react/blob/master/corrections.md)에서 확인 가능합니다.
66

7+
## 읽어주세요
8+
9+
10 월 1 일에 create-react-app v2 버전이 릴리즈되었습니다. 때문에, 책에서 사용하는 프로젝트와 구조가 다를 수 있는데요, 이에 대해선 조만간 책을 전체적으로 편집 할 예정입니다.
10+
11+
오류 없이 책의 내용을 진행하려면
12+
13+
```bash
14+
$ create-react-app sample-project --scripts-version=1.1.5
15+
```
16+
17+
혹은
18+
19+
```bash
20+
$ create-react-app sample-project --scripts-version=1.1.5
21+
```
22+
23+
명령어를 사용하여 프로젝트를 생성하세요.
24+
25+
추가적으로, 새로운 버전의 create-react-app 에서 어떤 변화가 있는지 참고하고싶다면 [여기](https://velog.io/@velopert/create-react-app-v2) 에서 주요 변화를 한 눈에 확인하실 수 있습니다.

0 commit comments

Comments
 (0)