项目作者: ozanturhan

项目描述 :
Next.js apollo server and apollo client tutorial
高级语言: TypeScript
项目地址: git://github.com/ozanturhan/next-apollo-graphql-example.git
创建时间: 2020-10-23T01:30:10Z
项目社区:https://github.com/ozanturhan/next-apollo-graphql-example

开源协议:

下载


Projects

Client

Server

Docker Installation

  1. docker-compose up -d

Installation

  1. yarn install

Server

Development

  1. yarn start:mock-server:dev
  2. yarn start:apollo-server:dev

Build

  1. yarn build:mock-server
  2. yarn build:apollo-server

Prod

  1. yarn start:mock-server
  2. yarn start:apollo-server

Test

  1. yarn test:apollo-server
  2. yarn test:apollo-server:coverage

Client

Development

  1. yarn start:client:dev

Production

  1. yarn build:client
  2. yarn start:client

Test

  1. yarn test:client
  2. yarn test:client:coverage