[노마드코더] Typescript 블록 체인
nomadcoders.co/typescript-for-beginners/ All Courses – 노마드 코더 Nomad Coders 초급부터 고급까지! 니꼬쌤과 함께 풀스택으로 성장하세요! nomadcoders.co Typescript는 처음 접했다. 1. yarn init 2. yarn (global) add typescript 3. tsconfig.json 작성 - Typescript 컴파일할 때 옵션을 설정 4. 터미널에 tsc 입력 - .ts파일을 컴파일해서 .js 파일과 .js.map 파일을 만들어 준다. 5. package.json 파일에. start, prestart 추가 - yarn start를 실행하면 "tsc" 명령을 실행한 이후에 "node index.js"를 실행하도록 설정한다. ..
개발 공부 (Nomadcoders)
2021. 1. 22. 01:08