일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- A. Steed 2: Cruise Control
- 고양이는 언제나 귀엽다
- coffee
- 스파게티
- 소호정본점
- 발산
- 발산역 근처 카페
- 부모님과
- 레스토랑
- 발산맛집
- 고양이
- 먹기좋은곳
- 냥냥
- 스테이크
- codejam
- 스코티쉬 스트레이트
- CodeJam 2017 Round 1B
- 파머스테이블
- 안동국시
- RED CAT COFFEE X LOUNGE
- 소호정
- 카페
- CDJ
- 치명적 귀여움
- 파버스
- 냥스토리
- 데이트
- 냥이
- 커플
- 양재맛집
- Today
- Total
hubring
[JS] WEB 테스트용 개발 환경 설정 본문
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 설치 (형상관리)
Git
git-scm.com
7. git 설치 확인
>git --version
'Javascript' 카테고리의 다른 글
[JS] 김정환의 ‘jQuery 보다 먼저 알았으면 좋았을 것들’ (0) | 2019.04.08 |
---|