Typescript/Basic (2) 썸네일형 리스트형 yarn global add typescript - Command 'tsc' not found, but can be installed with:sudo apt install node-typescript * 바쁘신 분들을 위한 빠른 조치 yarn config set prefix ~/.yarn-global yarn global add typescript echo 'export PATH="~/.yarn-global/bin:$PATH"' | tee -a ~/.bashrc source ~/.bashrc tsc * 환경은 ubuntu 기준으로 설명합니다. AWS - EC2 초 간단 생성 + vscode 원격연결 (2023년 version) 독립된 서버가 급히 필요한데 주변에 아무것도 없다면? Linux OS가 필요한 상황인데 집에 Windows만 있는 상황이라면? Docker를 windows 환경에서 또 새로 구축하긴 귀찮죠... 그럴 때는 EC2를 사용해 봅시 tyoon9781.tistory.com 혹시 glo.. TypeScript - tutorial * 목차 1. Intro 2. TypeScript Compiler 설치 3. 간단 Typescript 예제 3.1. number 3.2. string 3.3. boolean 3.4. object 3.4.1 interface 3.4.2 type 3.5. array 3.6. tuple 3.7. enum 3.8. any 3.9. void 3.10. never 3.11. String Literal Types 3.12. function 3.13. generic * 본 글은 javascript에서 정형화 되어 있지 않는 type으로 인해 고통받으신 분들을 위한 글입니다. javascript의 기본 지식을 필요로 합니다. Intro JavaScript는 Type과 상관없이 연산을 성공하는 경우가 있는데 이는 개발자가.. 이전 1 다음