Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Weather application built using React and Redux
https://github.com/realdreamer/react-redux-weather-app

react redux redux-thunk unit-testing weather-app weather-forecast weather-forecast-application weather-forecaster-webapp

Last synced: about 1 month ago
JSON representation

Weather application built using React and Redux

Awesome Lists containing this project

README

        

# React-Redux-Weather-App

## Install / Start up an application

```sh
$ npm install or yarn install
$ npm start or yarn start
```

## Test

To run tests
```sh
$ npm test or yarn test
```

To check unit-test code coverage

```sh
$ npm run test:coverage or yarn run test:coverage
```