Skip to content

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

License

Notifications You must be signed in to change notification settings

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • TypeScript 28.6%