Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 515 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 515 Bytes

WeatherApp

Simple Weather App using:

  • React / ES6 / WebPack / Babel
  • Redux / react-redux
  • Axios
  • react-google-maps
  • react-sparklines

I created this project to learn Redux.

###Getting Started###

Checkout this repo, install dependencies, then start the npm WebPack Server process with the following:

	> git clone git@github.com:amir5000/WeatherApp.git
	> cd WeatherApp
	> npm install
	> npm start
	> npm install
	> npm start