Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 438 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 438 Bytes

spacex-graphql-app

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 client

# Build for production (Builds into server ./public)
npm run build

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