Skip to content

ranjanrajiv00/react-graphql-apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Twitter app using react, graphql and apollo

React, GraphQL, Apollo app that uses the twitter api to mimic twitter

Quick Start

# Install dependencies (server & client)
npm install
cd client && npm install

# Run server & client (:3000 & :5000)
npm run dev

# Server only (:5000)
npm run server

# Client only (:3000)
npm run client

# Graphiql - http://localhost:5000/graphql