Skip to content

devbtech/react-redux-saga-boilerplate

 
 

Repository files navigation

React-Redux-Saga Boilerplate

Build Status Dependencies Maintainability Test Coverage

Demo

Provides

  • react ^16.x
  • react-router 4.x
  • react-helmet 5.x
  • styled-components 4.x
  • redux 4.x
  • redux-saga 0.16.x
  • redux-persist 5.x

Development

  • webpack-dev-server 3.x
  • react-hot-loader 4.x
  • redux-devtools (with browser plugin)

npm start

Building

  • webpack 4.x
  • babel 7.x

npm run build

Code Quality

  • eslint 5.x
  • stylelint 9.x

npm run lint / npm run lint:styles

Unit Testing

  • jest 23.x
  • enzyme 3.x

npm test

End 2 End Testing

  • cypress 3.0.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

  • JavaScript 92.5%
  • HTML 7.5%