This site was developed using:
To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/GabrielHorbach/Star-Wars-Starship-List.git
# Go into the repository
$ cd starwars-app
# Install dependencies
$ yarn
# Run the app
$ yarn start
# Create a build
$ yarn build