All Projects → bradtraversy → Spacex_launch_stats

bradtraversy / Spacex_launch_stats

SpaceX launch history - React, GraphQL, Apollo

Programming Languages

javascript
184084 projects - #8 most used programming language

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 client

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

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

App Info

Author

Brad Traversy Traversy Media

Version

1.0.0

License

This project is licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].