Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neolivz/redux-async-action-reducer-example-weather


https://github.com/neolivz/redux-async-action-reducer-example-weather

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# redux-async-action-reducer example Weather Card

## Introduction
The project contain Weather Card redux application with testing suit and test cases (see NOTE).

## Tech Stack
* react
* redux
* typescript
* fetch / whatwg-fetch
* react-router v4
* redux-thunk
* typestyle

along with following for testing
* karma
* chai
* sinon
* enzyme
NOTE: I have not written test cases just a poc

The project is built with `webpack`

## Building
The project is build with `NodeJS` veresion `7.6.0`, on idealistic world it should run on `node>=4.x`.

NOTE: Even though you can build the project with `npm` I would recommend using [yarn](http://blog.jishnu.me/2017/03/08/The-Beauty-Of-The-Yarn/)

```
yarn install
yarn start
```
for test running
```
yarn test
```

## Info
Additional information can be found in `Weather.md`