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
- Clone this repo using
git clone https://github.com/xxx.git
- Move to the appropriate directory:
cd react-redux
. - Run
yarn
ornpm install
to install dependencies. - Run
npm start
to see the example app athttp://localhost:3000
. - Cypress
npm run test:e2e
to start the e2e test with cypress. Now you're ready build your beautiful React Application!
MIT license, Copyright (c) 2018 Rihan Mohamed.