“ 에러 없는 프로그램을 만드는 데는 두가지 방법이 있다. 그런데 세번째 것만 작동한다. ”
1. 에디터 설치
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
node.js 학습할 에디터로 비주얼 스튜디오 코드를 설치하자.
공식 홈페이지에서 다운로드 합니다.
2. VS Code 확장 프로그램 설치

실제로 필요할 수도 있다고 생각한 프로그램 설치한 목록이다.

.... 코드를 예쁘게하자!
Prettier--Code formatter
ESLint
등등.. 필요한 기능이 있으면 본인에게 맞는걸 선택하여 설치해주자.
3. git 설치
git은 프로젝트 버전 관리와 협업을 할 때 매우 핵심적인 역할을 하기 때문에.
설치해주자!
공식 홈페이지 https://git-scm.com/downloads
Git - Downloads
Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp
git-scm.com
이제 어느정도 환경은 구성이 됐다.
이후 내용은 node.js 학습 이후에 정리하여 올리겠습니다.

1. 에디터 설치
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
node.js 학습할 에디터로 비주얼 스튜디오 코드를 설치하자.
공식 홈페이지에서 다운로드 합니다.
2. VS Code 확장 프로그램 설치

실제로 필요할 수도 있다고 생각한 프로그램 설치한 목록이다.

.... 코드를 예쁘게하자!
Prettier--Code formatter
ESLint
등등.. 필요한 기능이 있으면 본인에게 맞는걸 선택하여 설치해주자.
3. git 설치
git은 프로젝트 버전 관리와 협업을 할 때 매우 핵심적인 역할을 하기 때문에.
설치해주자!
공식 홈페이지 https://git-scm.com/downloads
Git - Downloads
Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp
git-scm.com
이제 어느정도 환경은 구성이 됐다.
이후 내용은 node.js 학습 이후에 정리하여 올리겠습니다.
