// yarn
$ yarn create react-app 프로젝트이름
// npx
$ npx create-react-app 프로젝트이름
ex )
$ yarn create react-app NewProject
$ npx create-react-app NewProject
'React' 카테고리의 다른 글
[React] input 태그 onKeyDown 엔터키 - 한글 랜더링 두번 이슈 해결 (0) | 2023.05.29 |
---|---|
[React] digital envelope routines 에러 해결법 - Node.js 버전 문제 (0) | 2023.02.21 |
[React] Context API 사용하기 (1) | 2023.02.04 |
Yarn 설치 및 사용 방법 (0) | 2022.12.02 |
[React] react-canvas-draw 에 CanvasDraw 에 그린 그림의 dataURL 을 File 로 변환시키는 javascript 로직 (0) | 2022.04.30 |