Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 320 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 320 Bytes

React GraphQL Relay Example

A Relay.js example project backed by a GraphQL server on Express.js with data stored in MongoDB

Contributions are welcome!

Installing

git clone https://github.com/RGRjs/react-graphql-relay-example.git rgrjs
cd rgrjs
npm install
export MONGO_URL=....
npm start
npm run build