Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 455 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 455 Bytes

React Redux Saga Boilerplate

Provides

  • react ^16.x
  • react-router 4.x
  • redux 4.x
  • redux-saga 0.16.x
  • reselect ^4.x
  • node-sass ^4.x

Development

  • webpack-dev-server 3.x

npm start

Building

  • webpack 4.x
  • babel 7.x

Code Quality

  • eslint 6.x
  • husky ^4.x
  • lint-staged ^10.x
  • prettier ^2.x

npm run lint / npm run format

Unit Testing

  • jest 25.x
  • enzyme 3.x

npm test / npm run test:watch / test:update-snapshot