hubring

[JS] WEB 테스트용 개발 환경 설정 본문

Javascript

[JS] WEB 테스트용 개발 환경 설정

Hubring 2019. 4. 8. 23:18

1. Node.js 설치

 

Node.js

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

nodejs.org

Node.js란 서버 사이드 자바스크립트로, 서버 측에서 실행되는 자바스크립트 실행 환경

 

2. 설치 확인 

> node --version

 

3. Editor 개발툴 VScode 설치

 

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

 

4. lite-server 설치

https://github.com/johnpapa/lite-server

 

johnpapa/lite-server

Lightweight node server. Contribute to johnpapa/lite-server development by creating an account on GitHub.

github.com

 

명령창 이용

> npm install -g lite-server

 

5. 크롬 설치

ES6 문법의 Javascript를 이용하기 위해서 Chrome M61+ 버전 이상이여야 한다.

 

6. git 설치 (형상관리)

https://git-scm.com/

 

Git

 

git-scm.com

7. git 설치 확인

>git --version