himanshu98 / react-apollo-project

sample project using apollo client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceX Launch Stats

React, GraphQL, Apollo app that uses the SpaceX API to display launches

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 space

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

About

sample project using apollo client library


Languages

Language:JavaScript 80.8%Language:HTML 15.9%Language:CSS 3.3%