TypeScript(언어) --- 자바
node.js(서버) --- 톰캣
Visual Studio Code(내장 콘솔을 가지고 있음) --- 이클립스
nodejs설치
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org

링크 들어가서 왼쪽 버전 클릭하여 다운로드(windows(x64))
설치 프로그램 모두 체크해서 설치..
node.js 추가모듈 설치를 위해 엔터치면서 계속 실행- 설치가 모두 끝났으면 exit

cmd 에서 version 확인 및 typescript 설치

* npm 은 자바스크립트 프로그래밍 언어를 위한 패키지 관리자이다.
자바스크립트 런타임 환경 Node.js의 기본 패키지 관리자이다.
위에서 설치된 Typescript의 설치 경로 확인( 사용자> XXX > AppData > Roaming > npm > node_modules > typescript > bin > tsc
Visual Studio Code 설치
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
windows User Installer 64bit 다운로드



파일 저장위치 지정: File > Open Folder > 파일 저장할 폴더 선택 (자동 한글변환)
자동 저장 설정: File > Auto Save 클릭
폰트 설정: File > Preference > Settings
'TypeScript' 카테고리의 다른 글
| [TypeScript]JavaScript, TypeScript의 차이점 (0) | 2021.04.23 |
|---|---|
| [TypeScript]map/reduce/forEachg함수, rest 매개변수, spread 연산자, 디스트럭쳐링(destructuring), class, export, import (0) | 2021.04.20 |
| [TypeScript]let, const, 템플릿 리터럴, arrow function, 비교연산자(===), indexOf함수, filter함수 (0) | 2021.04.20 |
| [TypeScript]vscode 로 TypeScript 파일 실행하기 (0) | 2021.04.16 |
| [TypeScript]타입스크립트 특징, TS Playground (0) | 2021.04.16 |