kibotu / GraphQL-Intro

An Introduction to GraphQL concepts

Home Page:https://scotch.io/tutorials/a-practical-graphql-getting-started-guide-with-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL-Intro

An Introduction to GraphQL concepts

Setup

$ git clone git@github.com:kimobrian/GraphQL-Intro.git
$ git checkout develop
$ npm install -g nodemon // Optional
$ npm i # Alternatively yarn
$ node server.js # If nodemon not installed
$ nodemon server.js # If nodemon is installed

About

An Introduction to GraphQL concepts

https://scotch.io/tutorials/a-practical-graphql-getting-started-guide-with-nodejs

License:MIT License


Languages

Language:JavaScript 100.0%