Skip to content

cubanmercury/explore_spacex_graphql

Repository files navigation

Built with Next.js & Hosted on Vercel

Next.js Site
Site Url

Tools & Packages used

Next.js
Apollo
GSAP
react-image-gallery
react-player
react-responsive
Styled Components
See full list in package.json

SpaceX Graphql Explorer

api.spacex.land/graphql

Run Project Locally

Build and Run

# Build
npm run build
# or
yarn build

# Run
npm run start
# or 
yarn start

Getting Started on Development

First, install npm packages & run the development server:

# Install packages
npm install
# or 
yarn

# Run Dev Server
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.