项目作者: ozanturhan
项目描述 :
Next.js apollo server and apollo client tutorial
高级语言: TypeScript
项目地址: git://github.com/ozanturhan/next-apollo-graphql-example.git
Projects
Client
Server
Docker Installation
docker-compose up -d
Installation
yarn install
Server
Development
yarn start:mock-server:dev
yarn start:apollo-server:dev
Build
yarn build:mock-server
yarn build:apollo-server
Prod
yarn start:mock-server
yarn start:apollo-server
Test
yarn test:apollo-server
yarn test:apollo-server:coverage
Client
Development
yarn start:client:dev
Production
yarn build:client
yarn start:client
Test
yarn test:client
yarn test:client:coverage