React
[React] 개발 환경 만들기 2 - VS Code
IT Lab
2020. 3. 31. 12:24
1. VS Code(Visual Studio Code) 설치
https://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
2. react-app 열기
메뉴 > File > Open Folder...
생성한 react-app 폴더 선택
폴더 선택을 하면 아래와 같이 앱이 열립니다.