Skip to content

App made with React and GraphQL to fetch data from Open Source REST API.

Notifications You must be signed in to change notification settings

EfrenSanchez/SpaceX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 SpaceX's info website

App made with React and GraphQL to fetch data from Open Source REST API.

Screenshot

✋ Before Getting Started You Should…

1. Have some React knowledge.
2. Have some GraphQL and Apollo knowledge.
3. Have some Node.js and Express knowledge.
2. Have npm or yarn (or other package manager) set up on your computer.
3. Have Node 8.10 or higher installed in computer.

⭐ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

👉 Clone the repository to your machine

1. Copy the URL

https://github.com/EfrenSanchez/SpaceX.git

2. Term:

$ git clone https://github.com/EfrenSanchez/SpaceX.git
$ git submodule init
$ git submodule update

👉 Get the dependencies

Open your cloned folder. Then, using your favorite package manager get the dependencies.

Example using npm:

$ npm install
$ cd client && npm install

👉 Available Scripts

In the project directory, you can run:

- 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 " ./public "):

$ cd client && npm run build

🏗️ Built With

#### Client:

Server:

🖋️ Author

©️ License

This project is licensed under the MIT License

About

App made with React and GraphQL to fetch data from Open Source REST API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published