실전프로젝트 5주차 목요일

전은규·2021년 11월 25일
0
post-custom-banner

오늘 할일
1.윈스턴 써서 로깅 하기 완료
2.docker 파일로 타입스크립트 이미지 파일 실행 어떻게 하는지 알아보기

TS-> JS 로 변환 배포
1.
typeconfig

{
  "compilerOptions": {
    "strict": true,
    "target": "ES6",
    "lib": ["ES2020", "ES6"],
    "moduleResolution": "node",
    "typeRoots": ["./types"],
    "module": "commonjs",
    "outDir": "dist",
    "sourceMap": true
  }
}
  1. npx tsc 명령으로 disit폴더에 js 파일 생성

3.disit 폴더 에 env .env 넣기

4.dist 폴더 안에서 npm i && pm2 start app.js 실행

profile
성장하는개발자

0개의 댓글