Skip to content

SpaceXStats, with React and using the SpaceX API

Notifications You must be signed in to change notification settings

jpggvilaca/spacexstats-react

 
 

Repository files navigation

SpaceX Stats

A fan website for the company SpaceX originally created by Luke Davia (Twitter, Reddit). The current React front-end uses the SpaceX API.

How to contribute

The project will be installed on a Vagrant virtual machine. All the dev tools will be installed inside it.

Prereqs

Setup instructions

  1. In the project directory, run the vagrant up command.
  2. Add this line to your hostfile (/etc/hosts on Linux/Mac, C:\Windows\system32\drivers\etc\hosts on Windows): 33.33.33.33 spacexstats.test.
  3. Log into the Vagrant machine using vagrant ssh then do yarn start. The project is now accessible by going to http://spacexstats.test:8080!
  4. ...
  5. Profit!

Remember, when you stop working on the project you can stop the Vagrant box with vagrant halt. You can delete it with vagrant destroy.

Recommended plugins for your favorite editor:

  • Eslint integration
  • Prettier integration

Deployment

Push on the master branch.

About

SpaceXStats, with React and using the SpaceX API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.2%
  • CSS 9.1%
  • HTML 1.7%