https://github.com/itschrislow/space-x-rockets
https://github.com/itschrislow/space-x-rockets
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itschrislow/space-x-rockets
- Owner: itschrislow
- Created: 2020-05-16T05:09:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:09:39.000Z (over 3 years ago)
- Last Synced: 2024-10-12T09:29:39.806Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceX Rockets
Display SpaceX Rockets and respective details using data grabbed from public SpaceX API.
Technology: Next.js, ApolloClient, Bulma
### How to Use
---
Download zip file or git clone:
```
git clone https://github.com/chris0610/space-x-rockets.git
```
Install it and run:
```
cd server
npm i
npm start
```
```
cd client
npm i
npm run dev
```