LEARN REACT ROUTER V6 Basic Routing with <Route>

Just getting started on this section and was able to get the app to stop throwing errors when it compiles after uninstalling and reinstalling several node.js related packages. However when I get to the section when you begin to actual apply routes, I am not get anything but the white screen of death. No links or buttons appear (working or otherwise) and my attempts to get anything up with the jsx (such as a

TEST

) to test are also not working. Trouble shooting the reinstalls and errors was kinda fun, but a blank white screen when I followed video is something beyond me.
Git hub below.

Apparently it is better to install your react packages in the actual package.json file instead of the directory folder. :smile: