An example store built using React, Redux and moltin. This project was bootstrapped with Create React App.
git clone https://github.com/moltin/react-demo-store.git
cd react-demo-store
yarn # or npm install
yarn start # or npm startNote: You will want to change the client_id inside src/moltin.js with your own moltin store credentials.
This demo store uses the Redux "ducks" approach to bundling reducers and actions.