yarn 설치

React 2020. 11. 19. 10:54
반응형

npm과 같은 패키지 관리자 도구 

classic.yarnpkg.com/en/docs/install#windows-stable

 

Yarn

Fast, reliable, and secure dependency management.

classic.yarnpkg.com

yarn을 사용해 react 프로젝트 생성

 

1. create react-app hello-react

2. cd hello-react

3. yarn start

 

yarn을 사용하지 않고 npm을 사용했을 경우 

npm init react-app <프로젝트명>

 

 

 

반응형

'React' 카테고리의 다른 글

[2장 JSX] JSX란?  (0) 2020.11.19
[2장 JSX] 코드 이해하기  (0) 2020.11.19
Create React App with an Express Backend  (0) 2020.09.15
redux-example  (0) 2019.08.08
[리액트를 다루는기술] webpack.config.dev.js 파일이 없을 경우  (0) 2019.08.08
: