Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/georapbox/react-redux-weather-app

Weather application made with React and Redux based on Modern React with Redux tutorial
https://github.com/georapbox/react-redux-weather-app

google-maps react react-sparkline redux

Last synced: about 1 month ago
JSON representation

Weather application made with React and Redux based on Modern React with Redux tutorial

Awesome Lists containing this project

README

        

# React-Redux-Weather-App

Weather application made with React and Redux based on [Modern React with Redux](https://udemy.com/react-redux) tutorial.

![app screenshot](screenshots/cover.png)

## Install

```sh
$ npm install
```

## Start development server

```sh
$ npm start
```

## Build for production

```sh
$ npm run build
```