A fan website for the company SpaceX originally created by Luke Davia (Twitter, Reddit). The current React front-end uses the SpaceX API.
The project will be installed on a Vagrant virtual machine. All the dev tools will be installed inside it.
- In the project directory, run the
vagrant upcommand. - Add this line to your hostfile (
/etc/hostson Linux/Mac,C:\Windows\system32\drivers\etc\hostson Windows):33.33.33.33 spacexstats.test. - Log into the Vagrant machine using
vagrant sshthen doyarn start. The project is now accessible by going tohttp://spacexstats.test:8080! - ...
- 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.
Push on the master branch.