https://github.com/imajkumar/react-reduc-saga-api-call
https://github.com/imajkumar/react-reduc-saga-api-call
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imajkumar/react-reduc-saga-api-call
- Owner: imajkumar
- License: mit
- Created: 2020-03-06T09:52:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T21:34:43.000Z (over 4 years ago)
- Last Synced: 2025-02-01T16:09:33.096Z (over 1 year ago)
- Language: JavaScript
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Redux-Saga Boilerplate
[](https://travis-ci.org/gilbarbara/react-redux-saga-boilerplate) [](https://david-dm.org/gilbarbara/react-redux-saga-boilerplate) [](https://codeclimate.com/github/gilbarbara/react-redux-saga-boilerplate/maintainability) [](https://codeclimate.com/github/gilbarbara/react-redux-saga-boilerplate/test_coverage)
[Demo](https://redux-saga.react-boilerplate.com/)
### Provides
- react ^16.x
- react-router 4.x
- react-helmet 5.x
- styled-components 4.x
- redux 4.x
- redux-saga 0.16.x
- redux-persist 5.x
### Development
- webpack-dev-server 3.x
- react-hot-loader 4.x
- redux-devtools (with browser plugin)
`npm start`
### Building
- webpack 4.x
- babel 7.x
`npm run build`
### Code Quality
- eslint 5.x
- stylelint 9.x
`npm run lint` / `npm run lint:styles`
### Unit Testing
- jest 23.x
- enzyme 3.x
`npm test`
### End 2 End Testing
- cypress 3.0.x
`npm run test:e2e`