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.
yarn install
yarn start
This starts a server at http://localhost:4000
. Open http://localhost:4000/graphql
to view GraphQL Playground.
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 updatingbackpack.config.js
's Webpack setup to support.ts
files viababel-loader
.