Install a few packages to get the app up and running with Redux.
npm i redux react-redux redux-devtools-extension -S
redux - Allows us to have access to using Redux in our app. react-redux - Allows us to connect our react components to our Redux store. redux-devtools-extension - Useful for debugging in our devtools!