Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neolivz/react-redux-async-action-reducer-omdb-example
https://github.com/neolivz/react-redux-async-action-reducer-omdb-example
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neolivz/react-redux-async-action-reducer-omdb-example
- Owner: neolivz
- Created: 2017-07-10T11:34:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T16:07:45.000Z (almost 3 years ago)
- Last Synced: 2024-05-29T08:29:45.757Z (7 months ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omdb Card
## Introduction
The project contain Omdb Searching## Tech Stack
* react
* redux
* typescript
* fetch / whatwg-fetch
* react-router v4
* redux-thunk
* typestyle
* redux-async-action-reduceralong with following for testing
* jest
* enzyme## redux-async-action-reducer
This is a library I am actively developing. This is a simple wrapper on top manual action and reducer creation such that it allows users to create actions and reducers much faster and much easier tha normally would be able. I am still working on the README for the library. If you have any query please free to ask.The project is built with `webpack`
## Building
The project is build with `NodeJS` version `7.10.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
```
## Testing
```
yarn test
```## Test Coverage
```
yarn test -- --coverage
```## Starting the server
```
yarn start
```