This boilerplate features all the latest tools in the industry.
- React.js - React 16, React Router 5
- Redux.js - Redux saga and Reselect
- Babel - ES6, ESNext, Airbnb and React/Recommended config
- Webpack - Webpack 4
- Test - Jest with Enzyme
- Lint - ESlint
- Styles - SCSS Styling
- Clone this repo using
git clone https://github.com/priyadharshan/react-boilerplate.git
- Move to the appropriate directory:
cd react-redux-boilerplate
. - Run
yarn
ornpm install
to install dependencies. - Run
npm start
to see the example app athttp://localhost:3000
.