Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 512 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 512 Bytes

REACT WEATHER APP w/ Redux

Simple [Redux] app with extensive comments in an attempt to explain WTF is going on here. From Stephen Grider's course on Udemy (https://www.udemy.com/react-redux/)

###Getting Started###

Follow instructions below to get started!

####Clone the Repo##### Checkout this repo, install dependencies, then start the webpack-dev-server process with the following:

	> git clone [email protected]:jsrhodes15/react-weather-app.git
	> cd react-weather-app
	> npm install
	> npm start