본문 바로가기
강의 실습/한 입 크기로 잘라먹는 타입스크립트(TypeScript)

개발 환경 준비하기

by Jint 2024. 5. 21.

한 입 크기로 잘라먹는 타입스크립트 - 개발 환경 설정하기

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

 


참고링크 : https://www.inflearn.com/course/%ED%95%9C%EC%9E%85-%ED%81%AC%EA%B8%B0-%ED%83%80%EC%9E%85%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8#

 

한 입 크기로 잘라먹는 타입스크립트(TypeScript) | 이정환 Winterlood - 인프런

이정환 Winterlood | 문법을 넘어 동작 원리와 개념 이해까지 배워도 배워도 헷갈리는 타입스크립트 이제 제대로 배워보세요! 여러분을 타입스크립트 마법사🧙🏻‍♀️로 만들어드립니다., 프론

www.inflearn.com

댓글