Basic Routing

So far, our app works on a fixed URL. React Router allows the user to navigate the app around varied bookmarkable URLs such as http://mybusiness.com/product/Vacuum-Cleaner.

To install React Router: 'npm install react-router-dom'.