This web app is a place where you can name, save, and rate colors. This is a redux tutorial used in Moon Highway's React/Redux course.
$ npm install -> Installs dependencies
$ npm start -> Builds, runs, and opens app in a browser
$ npm run shallow-test -> Runs unit tests without coverage
$ npm test -> Runs the tests with code coverage
$ npm coverage -> Opens coverage report in a browser
$ npm run lint -> Runs eslint on source javascript files
$ npm run dev -> Runs webpack dev server on port 3333