/react-graphql-app

React app with graph QL Server to list the SpaceX Rocket launch Mission Details

Primary LanguageJavaScript

React-GraphQL-App

Available Scripts

In the project directory, you can run:

npm install

Install's all the required dependency to run client and server

npm run server

Runs the server
Open http://localhost:5000/graphql to view it in the browser.

The page will open GraphQL GUI where you can query the result.
You will also see any errors in the console.

npm run client

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run dev

Runs both the app and server.
To Open UI http://localhost:3000 to view it in the browser.
To Open Server http://localhost:5000/graphql to view it in the browser.