Skip to content

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

License

Notifications You must be signed in to change notification settings

vietvh-3042/react-redux-saga-boilerplate

 
 

Repository files navigation

React-Redux-Saga Boilerplate

Build Status Dependencies Maintainability Test Coverage

Demo

Provides

  • react ^17.x
  • React-router-dom 5.x
  • react-helmet-async 1.x
  • styled-components 5.x
  • redux 4.x
  • redux-saga 1.x
  • redux-persist 6.x

Development

  • webpack-dev-server 3.x
  • react-refresh 0.9
  • redux-devtools (with browser plugin)

npm start

Building

  • webpack 4.x
  • babel 7.x

npm run build

Code Quality

  • eslint 7.x
  • stylelint 13.x

npm run lint / npm run lint:styles

Unit Testing

  • jest 26.x
  • @testing-library/react 11.x

npm test / npm run test:watch

End 2 End Testing

  • cypress 6.x

npm run test:e2e

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 57.8%
  • JavaScript 34.7%
  • HTML 7.4%
  • Shell 0.1%