Back-End/Node.js
[MAC] Node.js 프로젝트 시작
You_mool
2023. 9. 30. 15:56
반응형
- nodejs, yarn 컴퓨터에 직접 설치(사이트에서 다운로드 받아서)
- nodemon 설치
- nestjs 설치
- eslint 설치
$ npm in stall eslint --save-dev
$ npx eslint --init
-> 설정파일 생성
- vscode에서 formatOnSavet 설정
반응형