A React-GraphQL-Relay app developed by following Samer Buna's Pluralsight Tutorial
Install dependencies
npm update
Run webpack to monitor for code changes and repackage files
webpack -w -d
Run nodemon in another window to host the server
nodemon