Skip to content

Latest commit

 

History

History
executable file
·
50 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

executable file
·
50 lines (31 loc) · 1.25 KB

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