Nodejs/NestJS
[NestJS] 시작하기 00
데브사냥
2024. 5. 26. 16:05
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
현재까지 코드 보기: https://github.com/close852/nestjs-toy/tree/00
반응형