[express.js] typeorm 모듈 설치

김민재·2024년 4월 6일

express.js

목록 보기
38/39

typeorm에 필요한 모듈 설치

  • npm init

  • tsconfig.json 생성
    npx tsc --init

  • npm i morgan nodemon express

  • npm i typescript ts-node @types/node @types/express @types/morgan

    • ts-node: Node.js 상에서 Typescript 컴파일러를 통하지 않고도, 직접 TypeSCirpt를 실행시키는 역할
    • morgan: Node.js에서 사용되는 로그 관리를 위한 미들웨어
    • @types: 타입이 지정된 모듈

    모듈 ++

profile
개발 경험치 쌓는 곳

0개의 댓글