뚜sh뚜sh

[NestJS] Board Module 생성하기 본문

Framework/NestJS

[NestJS] Board Module 생성하기

뚜sh뚜sh 2022. 8. 9. 14:35

처음에 할 일 !

- app.controller.spec.ts 파일 삭제

- app.controller.ts 파일 삭제

- app.service.ts 파일 삭제

- test 폴더 삭제

 

 

 

Board Module 생성하기

- 아래 코드가 모듈 생성 명령어

nest g module boards

 

* nest : using nestcli

* g : generate

* boards : name of the schematic

'Framework > NestJS' 카테고리의 다른 글

[NestJS] Providers, Service란?  (0) 2022.08.09
[NestJS] Controller 생성하기  (0) 2022.08.09
[NestJS] NestJS 모듈  (0) 2022.08.09
[NestJS] 기본 구조 설명  (0) 2022.08.09
[NestJS] 개발환경 설정  (0) 2022.08.09
Comments