https://github.com/sagasu/space-x-explorer
Exploration of a SpaceX program.
https://github.com/sagasu/space-x-explorer
angular apollo graphql spacex-api typescript
Last synced: 3 months ago
JSON representation
Exploration of a SpaceX program.
- Host: GitHub
- URL: https://github.com/sagasu/space-x-explorer
- Owner: sagasu
- License: apache-2.0
- Created: 2020-07-14T10:01:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T20:58:26.000Z (over 3 years ago)
- Last Synced: 2024-05-29T19:20:49.441Z (almost 2 years ago)
- Topics: angular, apollo, graphql, spacex-api, typescript
- Language: TypeScript
- Homepage: https://sagasu.github.io/space-x-explorer/
- Size: 3.13 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceX Explorer
Simple explorer of SpaceX program.
Hosted on Github and available here:
https://sagasu.github.io/space-x-explorer/

You can also run it from a docker container.
# Deploy to GitHub pages
To deploy you need to first build it, even if you were serving it before - like if you were just running `npm start` or `npm run start`.
Procedure to deploy:
`npm run build`
`npm run deploy`
Check in GitHub if [action was triggered](https://github.com/sagasu/space-x-explorer/deployments/activity_log?environment=github-pages) - it may take some time < 30 min but often > 2min :)