[React] 프로젝트 만들기 아래의 사이트에서 확인하자. https://create-react-app.dev/docs/getting-started/ Getting Started | Create React App Create React App is an officially supported way to create single-page React create-react-app.dev WEB/React 2023.02.20
[React] react-scripts 은(는) 내부 또는 외부 명령 실행할 수 있는 프로그램 또는 배치 파일이 아닙니다 # yarn 사용자 yarn add global react-scripts # npm 사용자 npm install -g react-scripts react-scripts모듈이 제대로 설치되지 않았기 때문에 발생하는 문제다. 위 명령어로 이를 설치하면 문제는 해결된다. WEB/React 2023.02.13