본문 바로가기

Nodejs/NestJS

[NestJS] 시작하기 00

https://docs.nestjs.com/first-steps

참고

 

Documentation | NestJS - A progressive Node.js framework

Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Rea

docs.nestjs.com

 

 npm i -g @nestjs/cli
 nest new .
 
 Which package manager would you ❤️  to use? yarn
 
 yarn start:dev

 

기본 포트 3000번으로 실행 완료

 

 

 

현재까지 코드 보기: https://github.com/close852/nestjs-toy/tree/00

반응형