Skip to content

Instantly share code, notes, and snippets.

@zegnus
Last active December 24, 2018 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zegnus/7b307c059d1bd4ca4c98085d225e0fc6 to your computer and use it in GitHub Desktop.
Save zegnus/7b307c059d1bd4ca4c98085d225e0fc6 to your computer and use it in GitHub Desktop.
# Install node.js from https://nodejs.org/en/
mkdir server
cd server
npm init # yes to everything
npm install express
npm install nodemon # will restart the server automatically on any file change
npm install graphql express-graphql
npm install lodash # this will help with our in-memory database queries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment