반응형
리액트 어플리케이션 생성
![[React.js] React application 새로 만들기 / react app 새로 만들기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fo2Tpx%2FbtqYnmS0xeh%2FAIlskWoj4FiCC0Gc26NED1%2Fimg.png)
[React.js] React application 새로 만들기 / react app 새로 만들기
yarn global add npx npm i npx -g npx create-react-app "앱이름" 위 두줄의 명령어: 최신 버전의 npm, yarn 설치 맨 밑 명령어: 앱 설치
반응형
yarn global add npx npm i npx -g npx create-react-app "앱이름" 위 두줄의 명령어: 최신 버전의 npm, yarn 설치 맨 밑 명령어: 앱 설치