본문 바로가기
Front-End/React

[ VS Code + Node.js ] 개발 환경 구성

by j-y 2020. 3. 23.
반응형

1. VS Code 설치


다운로드

 

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

  • 이클립스는 통합 개발환경으로 비쥬얼스튜디오 코드가 상대적으로 가볍다.
  • 사용자 OS에 맞게 설치
 

 

2. Node.js 설치(LTS)


 

 

2-1. node.js 설치 확인(cmd 창에서)


> node --version
 

 

3. 필요한 모듈 설치(VS Code)


 

 

3-1. npm 패키지 설치


  • 상단 메뉴바 > View > Terminal으로 터미널 창 띄우기
> npm install 패키지명
 
 
 
반응형

댓글