Backend 언어 및 프레임워크/Javascript- Node, express, Nest
NestJS) NestJS 시작하기 Set-UP(graphql 등)
도전맨
2022. 7. 26. 14:48
반응형
1. 앱 생성
nest new [이름] or nest g application
2. 깃이그노어 추가
shift +cmd + p => add gitgnore => node
3. 깃허브 등록
4. graphql 추가
npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-express
(참조 :https://docs.nestjs.com/graphql/quick-start)
반응형