Skip to content

A basic react boilerplate using redux saga webpack and jest for test cases

Notifications You must be signed in to change notification settings

ayukrish/react-redux-boilerplate

Repository files navigation

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

Releases

No releases published

Packages

No packages published