Skip to content

kimobrian/GraphQL-Intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published