React starter kit with Redux

A simple project structure to get started on building React applications with minimal dependencies.

Build Status

This project has a sample component with unit tests written in Jest, Enzyme.

To get started:

git clone git@github.com:enthudrives/react-redux-starter.git
mv react-redux-starter <my project>
yarn install
yarn start

To run tests: yarn test