Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 612 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 612 Bytes

GraphQL + Relay starter pack

In this template, you will find the basic structure to start developing a "relay compliant" GraphQL api. This project contains the following:

  • Koa for http server framework
  • Graphql + Relay Graphql packages
  • Graphql Basic structure pre mounted with an example query
  • Babel / Webpack for Typescript support and development
  • Dotenv safe package for environment variables configuration

Running this project

To run this project you only need to yarn install on the root directory and create a .env file containing the nescessary variables in it.

Happy development!!