반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- codepipeline
- Spring
- chart.js
- kubeflow
- 도커
- bootstrap
- Airflow
- Python
- java bigdecimal
- IntelliJ
- aws cicd
- chartjs
- VPN
- AWS CI/CD 구축하기
- Kafka
- Flux
- JavaScript
- aws
- Jenkins
- Spring Error
- codebuild
- SQL
- docker
- codedeploy
- or some instances in your deployment group are experiencing problems.
- PostgreSQL
- COALESCE
- codedeploy error
- node
- redis
Archives
- Today
- Total
목록typescript 설치 및 환경설정 (1)
Small Asteroid Blog
typescript 설치 및 환경설정
타입스크립트 설치하기 npm install -g typescript 버전확인하기 tsc -v 패키지를 생성하기위해 아래 명령어를 사용한다. package.json 과 tsconfig.json이 생성된다. npm init -y tsc -- init express 설치한다. npm install express 데브 의존성, 노드몬 설치 npm i -D typescript ts-node nodemon @types/node @types/express 아래 사이트에서 @types 를 검색해서 사용하면 된다 https://www.typescriptlang.org/dt/search?search= Search for typed packages Find npm packages that have type declarati..
백엔드/Node.js
2021. 12. 7. 22:40