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 up
command. - 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
. - Log into the Vagrant machine using
vagrant ssh
then 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
.
Recommended plugins for your favorite editor:
- Eslint integration
- Prettier integration
Push on the master
branch.