- https://graphql-course.netlify.com/intro.pdf
- https://graphql-course.netlify.com/graphql.html
- https://graphql-course.netlify.com/server.html
- 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
- Go to https://git-scm.com/download/win
- It should automatically start downloading
- Install the MSI package
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/
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/