Example of React Web Application based on Alison Quaglia application
This is a basic digital coloring book, created by Alison Quaglia. I encourage you to check out her other works, especially coloring book with National parks! It's awesome!!! 😍
For this workshop clone this repo by running command:
git clone https://github.com/mashun4ek/color-test.git
yarn install
yarn start
docker build -t workshop:latest .
docker run -it -p 8080:80 workshop:latest
During the workshop we will create a private registry on AWS, then push image to workshop
repository.
Then we will provision infrastructure on AWS using Terraform (for this step go to this repo).