#환경 1. only grapqhl-yoga server
yarn add graphql-yoga node-fetch babel-cli babel-preset-env babel-preset-stage-3 nodemon
{ "presets":["env","stage-3"] }
"scripts":{ "start":"nodemon --exec babel-node index.js"}
#환경 2.1 apollo client 환경
npx create-react-app movieql-client
yarn add react-router-dom graphql graphql-tag react-apollo@2.5 apollo-boost
#환경 2.2 apollo client 환경 - apollo hooks
npx create-react-app movieql-client
yarn add react-router-dom graphql graphql-tag react-apollo@2.5 apollo-boost react-apollo-hooks
#환경 3. grapqhl-yoga server + prisma
```
yarn add graphql-yoga graphql-tools merge-graphql-schemas@1.7.3
yarn add @babel/core @babel/node @babel/preset-env nodemon -D
yarn add dotenv morgan
yarn add prisma-client-lib
yarn add nodemailer nodemailer-sendgrid-transport
yarn add passport passport-jwt jsonwebtoken
```
DOS IMPACT - WEB Developer
KIM DO YOUNG
WEB : REACT JS | REACT NATIVE | GraphQL PRISMA
'GraphQL BackEnd > Lecture' 카테고리의 다른 글
GraphQL + Prisma (5) Prisma Connection파트 (0) | 2020.02.07 |
---|---|
GraphQL + Prisma (4) Prisma fragment 파트 (0) | 2020.02.07 |
GraphQL + Prisma (2) Prisma 쿼리파트 (0) | 2020.02.07 |
GraphQL + Prisma (1) 프리즈마 데이터 모델 분석 (0) | 2020.02.07 |
백단 환경 구축하기 - GraphQL + Prisma (0) | 2020.02.01 |