What, another post on how to setup Redux. I want to share how I setup my Redux store by building a simple app to pull in the Weather Alerts from weather.gov. Let’s start by bootstrapping a React application. npx create-react-app weather --template typescript That will give us a boiler plate…