본문으로 바로가기

Window VS Code 설치(Visual Studio Code)

category JavaScript/React 2020. 8. 1. 13:26
반응형

https://ko.wikipedia.org

<"리액트를 다루는 기술" 책 참조>


리액트 애플리케이션을 만들면서 사용할 코드 에디터 설치하기

 

https://code.visualstudio.com/Download

 

Download Visual Studio Code - Mac, Linux, Windows

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

code.visualstudio.com

 

Windows 선택

 

 

확인 눌러주고 설치

 

 

 

Visual Studio Code 시작 체크하고 마침

 

 

VS Code 설치 완료

 

 

VS Code에서 파일 > 열기 메뉴를 선택하여 create-react-app으로 만든 디렉토리를 열어주면 됩니다.

 

반응형