type script 초기 셋팅

장운서·2021년 8월 4일
0

type-script

목록 보기
1/1

개발 환경 설정하기

  1. vscode 에서 익스텐션 설치
    • prettier 설치
    • eslint 설치
    • path in 설치
    • bracket pair 설치
  2. typescript 설치
    • typescript 구글에서 검색 후 npm 으로 typescript 설치
    • npm install -g typescript 으로 설치 맥은 sudo붙여주기
    • 오류 뜰수 잇음
    • tsc = typescript compile tsc app.ts
    • node app.js js 실행
    • tsc --init tsconfig.json 생성
    • tsc -w w = Watch 감시하다
    • tsc -ㅈ 실행할 ts파일. ts
profile
방향성을 찾고싶은 프론트엔드개발자

0개의 댓글