Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (12 months ago)
- Last Synced: 2025-01-12T01:15:51.565Z (9 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: 24
- Forks: 228
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Redux-Saga Boilerplate
[![Build Status](https://travis-ci.org/gilbarbara/react-redux-saga-boilerplate.svg?branch=master)](https://travis-ci.org/gilbarbara/react-redux-saga-boilerplate) [![Dependencies](https://david-dm.org/gilbarbara/react-redux-saga-boilerplate.svg)](https://david-dm.org/gilbarbara/react-redux-saga-boilerplate) [![Maintainability](https://api.codeclimate.com/v1/badges/eb66aa0049fa03acbbf3/maintainability)](https://codeclimate.com/github/gilbarbara/react-redux-saga-boilerplate/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/eb66aa0049fa03acbbf3/test_coverage)](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`