/react-redux

Primary LanguageJavaScriptMIT LicenseMIT

Features

This boilerplate features all the latest tools and practices in the industry.

  • React.js - React 16✨, React Router 5
  • Redux.js - Redux saga, Redux immutable and Reselect
  • Babel - ES6, ESNext, Airbnb and React/Recommended config
  • Webpack - Webpack 4✨, Hot Reloading, Code Splitting, Optimized Prod Build and more
  • Test - Jest with Enzyme
  • Lint - ESlint
  • e2e - Cypress test
  • Styles - SCSS Styling

Quick start

  1. Clone this repo using git clone https://github.com/xxx.git
  2. Move to the appropriate directory: cd react-redux.
  3. Run yarn or npm install to install dependencies.
  4. Run npm start to see the example app at http://localhost:3000.
  5. Cypress npm run test:e2e to start the e2e test with cypress. Now you're ready build your beautiful React Application!

License

MIT license, Copyright (c) 2018 Rihan Mohamed.