/spacex-react

React project comprising API and UI parts for getting data from SpaceX API using GraphQL

Primary LanguageJavaScript

This project assumes you have Nodejs installed in your computer. Parts of the UI are still missing as this was developed
as a training exercise in React+GraphQL

###Before trying to run the project you should: npm install cd ui npm install

Available scripts

In the project directory, you can run:

npm start

Runs the server part in development mode.
Server will be available at http://localhost:4000
Plus if you want to access Graphiql point your browser
to http://localhost:4000/graphql

npm run server

Runs the server part in development mode + watch for changes.

npm run ui

Runs the user interface part in development mode.
The user interface is available at http://localhost:3000

npm run dev

Runs both the server and ui parts in concurrent mode.