For today's lab you will be building a stock tracking app. The lab will be broken down into two parts...
react-router
NOTE: This app runs on Port 3001. This is configured inside
package.json
If you want to see what a finished version of Part I might look like...
$ git checkout solution-routing-only
$ npm start
If you want to see what a finished version of Part II might look like, first make sure to clone down and run the Rails API. Then...
$ git checkout solution-routing-apis
$ npm start