반응형

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)
반응형
복사했습니다!