https://github.com/meeyoungchoi-front-dev/typescript
typescript
https://github.com/meeyoungchoi-front-dev/typescript
typescript
Last synced: 3 months ago
JSON representation
typescript
- Host: GitHub
- URL: https://github.com/meeyoungchoi-front-dev/typescript
- Owner: meeyoungchoi-front-dev
- Created: 2024-08-11T02:17:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T03:10:52.000Z (10 months ago)
- Last Synced: 2025-02-08T09:31:32.705Z (5 months ago)
- Topics: typescript
- Language: TypeScript
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TYPESCRIPT PROJECTS
## 개발 환경- [Chrome](https://www.google.com/intl/ko/chrome/)
- [Visual Studio Code](https://code.visualstudio.com/)
- [Node.js LTS 버전(v10.x 이상)](https://nodejs.org/ko/)
- [Git](https://git-scm.com/downloads)## VSCode 플러그인 목록
- 색 테마 : [Night Owl](https://marketplace.visualstudio.com/items?itemName=sdras.night-owl)
- 파일 아이콘 테마 : [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
- 문법 검사 : ESLint, [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint)
- 실습 환경 보조 : [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
- 기타
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode), [Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager), [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag), [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens), [Atom Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.atom-keybindings), [Jetbrains IDE Keymap](https://marketplace.visualstudio.com/items?itemName=isudox.vscode-jetbrains-keybindings) 등## 타입스크립트 설치
npm i typescript -g## 타입스크립트 파일을 자바스크립트로 변환
tsc 파일명(index).ts