A simple React + Redux implementation.
First yarn to grab all the necessary dependencies.
yarn
Then run yarn start and open in your browser.
yarn start
Run yarn build to create a dist folder and a bundle.js file.
yarn build