/graphql-example

my graphql playground

Primary LanguageTypeScript

graphql-example

This projects is a playground in order to learn about graphql. It is inspired by the official graphql guide.

The project is written in Typescript with nodejs.

Developing

Prerequisites are:

  • nodejs v12 or higher
  • for some editors you need to install prettier and eslint globally
# install dependencies
npm install

# start server in watch mode aka live reloading
npm start

# run tests with jest
npm test

# compile and lint
npm run compile

# lint
npm run lint

# ... for other npm-tasks see package.json