This project was bootstrapped with Create React App.
You can find a guide to some of the most common tasks here.
- 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
- Clone this repository &
cd
into it. - Run
npm install
. - In
src/utils/moltin.js
, on line 3, replaceclient_id
with your own moltin client_id - Run
npm start
.
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: