This project was bootstrapped with Create React App.
In the project directory, you can run the commands below
Configure shopizer backend in public/env-config.js
If it fails run the following
docker build . -t shopizerecomm/shopizer-shop:latest
docker run
-e "APP_MERCHANT=DEFAULT"
-e "APP_BASE_URL=http://localhost:8080"
-it --rm -p 80:80 shopizerecomm/shopizer-shop-reactjs
env should have APP_THEME_COLOR=#D1D1D1