리엑트(React)를 사용하기 위해서는 크게 3가지 프로그램의 설치가 필요하다.

 

#1. node.js

#2. yarn

#3. vscode

 

nodejs.org/ko/

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

 

classic.yarnpkg.com/en/

 

Yarn

Fast, reliable, and secure dependency management.

classic.yarnpkg.com

 

code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

vscode를 설치했으면 아래의 2가지 확장프로그램도 설치해준다.

 

#1. live server

#2. Simple React Snippets

 

 

'SPA > React.js' 카테고리의 다른 글

Component Wrapping (컴포넌트 감싸기)  (0) 2021.05.10
Input value control (input 상태 관리)  (0) 2021.05.09
Comment (주석)  (0) 2021.05.08
React props 1  (0) 2021.05.07
React 프로젝트 생성  (0) 2021.05.06