softspiders / zeit-now-next-typescript-graphql-apollo

An Apollo Server & Client in a Next.js in a yarn Workspace deployed with Now 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOFTSPIDERS

An Apollo Server & Client in a Next.js in a yarn Workspace deployed with Now 2.0

This example combines:

to build a Monorepo FullStack GraphQL App which can be deployed by a single command now.

Feature tags

  • apollo
  • graphql
  • next
  • now
  • react
  • starter
  • template
  • typescript
  • yarn-workspaces
  • zeit

Direct ancestors


Install

yarn

Running dev-mode

cd api && yarn dev
cd www && yarn dev

Generate Types

With api running

cd www && yarn gen

Deploy

now

Authors

Inspired by

An Apollo Server & Client in a yarn Workspace deployed with Zeit 2.0

License

Licensed under the MIT license.

About

An Apollo Server & Client in a Next.js in a yarn Workspace deployed with Now 2.0

License:MIT License


Languages

Language:JavaScript 71.4%Language:TypeScript 28.6%