Skip to content

ShinyTeeth/next-apollo-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

next-apollo-demo

Simple Next.js example with Apollo GraphQL and React.

Setup

  • Install separately in /client and /server:
npm install
  • Run client locally:
npm run dev
  • Run server locally:
npm run start
  • Run tests in client folder:
npm run test

About

Simple Next.js example with Apollo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.1%
  • JavaScript 11.9%
  • CSS 1.0%