/adorable-emporium

This is an Example E-Commerce store built with Moltin API, React, Redux, Redux-thunk, react-router and redux-form.

Primary LanguageJavaScriptMIT LicenseMIT

Moltin React Demo Store

GreenHeart React Demo Store

An example store built using React, Redux and moltin. This project was bootstrapped with Create React App.

Development

git clone https://github.com/moltin/react-demo-store.git
cd react-demo-store
yarn # or npm install
yarn start # or npm start

Note: 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.