sample app using relay and redux together in one component,
storing relay data in mongodb as a bonus
ensure you have mongodb running
if at any time you make changes to data/schema.js, stop the server,
regenerate data/schema.json, and restart the server:
npm install
npm run update-schema
npm start
based on Relay Starter Kit (BSD licensed)