crunchysoul / spacexstats-react

SpaceXStats, with React and using the SpaceX API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Deployement

Push on the master branch.

About

SpaceXStats, with React and using the SpaceX API


Languages

Language:JavaScript 89.3%Language:CSS 9.3%Language:HTML 1.4%