본문 바로가기

node.js

#1.개발 환경 세팅

2022. 3. 25.

*설치

1.VS 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.node설치 (LTS 버전은 검증버전으로 node에서 최신버전 보다 권장함)

https://nodejs.org/ko/ 

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

3.git과 git bash설치

https://git-scm.com/ 

 

Git

 

git-scm.com

*제대로 설치 되었는지 확인 방법

git bash를 키고

1.node (나오는건 crtl+c 두번 누르기)or node --version 입력 

2.npm 입력

2.git or git --version 입력

 

*리눅스 기반 터미널 사용을 권장 ex)git bash

'node.js > 우리밋의 node.js' 카테고리의 다른 글

#5.라우팅 분리  (0) 2022.03.26
#4.모듈화(로그인 view 최적화, MVC의 view 분리하기)  (0) 2022.03.26
#3.로그인 화면 만들기  (0) 2022.03.25
#2.express로 서버 띄워보기  (0) 2022.03.25
백엔드 맛보기  (0) 2022.03.25
댓글