Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 398 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 398 Bytes

#reddit-graphql-wrap A simple GraphQL wrapper of the official Reddit API using Nodejs and ReachJS

#Getting Started To start the nodejs server:

cd redditnode
npm install
npm start

To navigate : http://localhost:8081/graphql

To start the reactjs:

cd redditreact
npm install
npm start

To navigate : http://localhost:3000/