TypeScript(언어)                                           --- 자바

node.js(서버)                                                --- 톰캣

Visual Studio Code(내장 콘솔을 가지고 있음)      --- 이클립스

 


 

nodejs설치

nodejs.org/en/

 

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

 

 

 

 

+ Recent posts