gilbarbara / react-redux-saga-boilerplate

Starter kit with react-router, react-helmet, redux, redux-saga and styled-components

Home Page:https://redux-saga.react-boilerplate.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Redux-Saga Boilerplate

Build Status Dependencies Maintainability Test Coverage

Demo

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

About

Starter kit with react-router, react-helmet, redux, redux-saga and styled-components

https://redux-saga.react-boilerplate.com/

License:MIT License


Languages

Language:TypeScript 84.5%Language:HTML 11.1%Language:JavaScript 4.4%