Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Server-side GraphQL Example App

This folder covers the server-side portion of the GraphQL demonstration, built with Apollo Server and compiled via Backpack, a zero-config server-side build pipeline.

Development

yarn install
yarn start

This starts a server at http://localhost:4000. Open http://localhost:4000/graphql to view GraphQL Playground.

Screen Shot 2019-12-27 at 8 43 45 PM

Changes to source-code are automatically hot-reloaded via Webpack, so restarts aren't required.

Note that TypeScript support has been added by adding a custom .babelrc file and updating backpack.config.js's Webpack setup to support .ts files via babel-loader.