Skip to content

Latest commit

 

History

History
executable file
·
47 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

executable file
·
47 lines (28 loc) · 1.21 KB

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