Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 983 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 983 Bytes

graphql-course

Slides

  1. https://graphql-course.netlify.com/intro.pdf
  2. https://graphql-course.netlify.com/graphql.html
  3. https://graphql-course.netlify.com/server.html

Installation instructions

Node

  • Go to nodejs.org
  • Download the LTS node.js version
  • Install the MSI package (make sure to add the packages to PATH)

It’s not necessary to include the additional tools for native modules

Git

Assignment 1

cd code/assignment1
npm install
npm start

Open your favorite browser and navigate to http://localhost:4000

Or try an example here https://graphql-assignment1.herokuapp.com/

Assignment 2

cd code/assignment1
npm install
npm start

Open your favorite editor and modify index.js Check the results in your favorite browser at http://localhost:4000

Try an example here: https://graphql-assignment2.herokuapp.com/