Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 422 Bytes

setup.md

File metadata and controls

8 lines (5 loc) · 422 Bytes

Setup

This Chapter will guide users through setting up a blank package with nodejs. We'll cover installing dependencies, installing Express JS, installing graphql, etc. We'll end this chapter with a confirmed hello world and wide eyes....

  1. Setup a new npm project
  2. Run npm install graphql graphql-relay sequelize sequelize-relay --save-dev

Of course, this is WIP. I hope to finish this within the next week.