Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neolivz/redux-async-action-reducer-example-weather
- Owner: neolivz
- Created: 2017-05-28T04:58:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T23:12:48.000Z (9 months ago)
- Last Synced: 2024-04-15T07:24:36.115Z (9 months ago)
- Language: TypeScript
- Size: 8.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
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
* typestylealong with following for testing
* karma
* chai
* sinon
* enzyme
NOTE: I have not written test cases just a pocThe 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`