After downloading the application, it only requires npm install and npm start to get it installed and launched:
npm start
This downloads all the dependencies.
npm start
Runs the app in development mode. Open http://localhost:3000 to view it in the browser.
This project was bootstrapped with Create React App.
Thanks to this article I was able to fix the gh-pages problem of this project not showing up: https://itnext.io/so-you-want-to-host-your-single-age-react-app-on-github-pages-a826ab01e48
This project was created for the Udacity React certificate program.