한 입 크기로 잘라먹는 타입스크립트 - 개발 환경 설정하기
Node.js 18v (LTS - Long Term Support : 장기적으로 지원되는 버전) 또는 20v 설치
설치링크 : https://nodejs.org/en/
Node.js — Run JavaScript Everywhere
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
node.js 와 npm 이 잘 설치 되었는지 명령 프롬프트를 통해 확인.
- CMD
node -v
v20.10.0
npm -v
10.2.3
Visual Studio Code 설치 - 자신의 OS 에 맞는 버전 설치
설치링크 : 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
한 입 크기로 잘라먹는 타입스크립트(TypeScript) | 이정환 Winterlood - 인프런
이정환 Winterlood | 문법을 넘어 동작 원리와 개념 이해까지 배워도 배워도 헷갈리는 타입스크립트 이제 제대로 배워보세요! 여러분을 타입스크립트 마법사🧙🏻♀️로 만들어드립니다., 프론
www.inflearn.com
'강의 실습 > 한 입 크기로 잘라먹는 타입스크립트(TypeScript)' 카테고리의 다른 글
타입스크립트 컴파일러 옵션 설정하기 (0) | 2024.06.14 |
---|---|
Hello TS World! (0) | 2024.06.10 |
타입스크립트의 동작 원리 (0) | 2024.06.07 |
자바스크립트의 한계점과 타입스크립트 (0) | 2024.06.04 |
타입스크립트를 소개합니다 (0) | 2024.06.03 |
댓글