/spacex-launches

A NextJS / GraphQL demo using SpaceX-api

Primary LanguageJavaScript

SpaceX launches

A small web app that fetches data of SpaceX launches from SpaceX GrapQL API. It shows an overview of 20 launches.

Technologies

Language JavaScript
Framework Next.js
Styling Tailwind CSS
API Query Language GraphQL
Graph Platform Apollo

Setup

To get the project up and running. Insert these commands in the root of your project:

# Install all packages
yarn

Start

yarn dev

Build

yarn build