#MockImage FrontUI ##Referenced https://github.com/mounirhnf/react-starter-kit?ref=reactjsexample.com
##Run
yarn install
yarn start##Colors Check the color names list https://matplotlib.org/stable/gallery/color/named_colors.html
##Docker docker build --platform linux/amd64 --build-arg PORT=3000 --build-arg REACT_APP_API_BASE_URL=https://img.mockimage.com/i/ --build-arg REACT_APP_PAYPALME_URL=https://paypal.me/sean6881 -t mockimage . docker tag mockimage 391422395203.dkr.ecr.us-east-2.amazonaws.com/mockimage: docker run -p 3000:80 -d mockimage