CLI 설치
$ npm i -g @nestjs/cli
프로젝트 구성
$ nest new 프로젝트 이름
# ex) $ nest new nest-project
프로젝트 시작
$ cd 프로젝트 이름
$ npm run start
$ curl http://localhost:3000
Hello World!%
728x90
'nestJS' 카테고리의 다른 글
NestJS Test Code (0) | 2023.11.28 |
---|
$ npm i -g @nestjs/cli
$ nest new 프로젝트 이름
# ex) $ nest new nest-project
$ cd 프로젝트 이름
$ npm run start
$ curl http://localhost:3000
Hello World!%
NestJS Test Code (0) | 2023.11.28 |
---|