React 설치
1. 구글에 node js를 검색한다 https://nodejs.org/ko/ 오류가 생길수도 있어서 14버전이나 16버전을 설치해야한다. 2. 폴더를 하나 생성한다. 3. 에디터에서 오픈하면 폴더명이 뜨면 성공이다. 4. 터미널창을 켜서 npx create-react-app [작명] 해준다 https://stackoverflow.com/questions/71835029/suddenly-react-cannot-execute-the-create-react-app-command-why-is-this-happen Suddenly React cannot execute the 'create-react-app' command. Why is this happening and how can I solve it? Eve..
REACT
2022. 4. 13. 02:06