Search

설치

대분류
프레임워크
소분류
Nest.js
설명
nestjs 설치
유형
사용법
주요 레퍼런스
https://nomadcoders.co/nestjs-fundamentals/lectures/1940
https://nomadcoders.co/nestjs-fundamentals/lectures/1941
https://docs.nestjs.com/first-steps
최종 편집 일시
2024/10/31 03:26
생성 일시
2024/01/15 02:28
13 more properties
1.
node.js
2.
code
3.
insomnia.rest : rest클라이언트, 엔드포인트 테스트용 또는 postman https://insomnia.rest/
4.
@nestjs/cli
$ npm i -g @nestjs/cli $ nest new project-name $ npm 선택
Shell
복사