https://github.com/gilbarbara/react-redux-saga-boilerplate
Starter kit with react-router, react-helmet, redux, redux-saga and styled-components
https://github.com/gilbarbara/react-redux-saga-boilerplate
boilerplate css-in-js react react-helmet react-router redux redux-saga styled-components
Last synced: 11 days ago
JSON representation
Starter kit with react-router, react-helmet, redux, redux-saga and styled-components
- Host: GitHub
- URL: https://github.com/gilbarbara/react-redux-saga-boilerplate
- Owner: gilbarbara
- License: mit
- Created: 2016-09-02T00:53:01.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T03:38:29.000Z (about 1 year ago)
- Last Synced: 2025-04-02T06:46:40.946Z (18 days ago)
- Topics: boilerplate, css-in-js, react, react-helmet, react-router, redux, redux-saga, styled-components
- Language: TypeScript
- Homepage: https://redux-saga.react-boilerplate.com/
- Size: 3.92 MB
- Stars: 612
- Watchers: 23
- Forks: 228
- Open Issues: 0
-
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 ^18.x
- react-router-dom 6.x
- react-helmet-async 2.x
- emotion 11.x
- @reduxjs/toolkit 2.x
- redux-saga 1.x
- redux-persist 6.x### Development
- vite 5.x
`npm start`
### Building
- vite 5.x
`npm run build`
### Code Quality
- eslint 8.x
- stylelint 16.x`npm run lint` / `npm run lint:styles`
### Unit Testing
- jest 29.x
- @testing-library/react 14.x`npm test` / `npm run test:watch`
### End 2 End Testing
- cypress 13.x
`npm run test:e2e`