Node.js 설치
Node.js 를 설치하면 npm은 자동으로 같이 설치가 된다.
아래 링크에서 설치 가능
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
위 링크에서 LTS 버전을 설치해 준다
Node.js 버전 확인

터미널 실행 후,

버전 확인 명령어 입력

버전확인이 되면 설치 완료다
npm확인

위와 같이 npm도 버전을 확인해준다.
VS Code 설치 링크
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
'IT > React' 카테고리의 다른 글
| 리액트 애플리케이션 만들고 실행 (0) | 2024.03.04 |
|---|---|
| 리액트 어플리케이션 설치 및 실행 명령어 (0) | 2024.03.04 |
| 리액트 크롬 툴 소개 ( react developer tool ) (0) | 2024.02.26 |
| TypeError: react_dom_client__WEBPACK_IMPORTED_MODULE_1__.render is not a function 에러 발생 및 해결방법 (0) | 2024.02.26 |
| 'react-dom' vs 'react-dom/client' 차이 (0) | 2024.02.25 |