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 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.
- Download and install docker
- Make sure docker is running locally
- Run
docker build -t lamp .
at command line - Run the docker image with the command
docker run -p 5000 IMAGE_ID
whereIMAGE_ID
is the image ID shown in the result of step 3. - Access your app on port 5000
The app expects a certain inventory setup to correctly function as an ILoveLamp store, if you'd like to build it from the ground up, here's what to do: