/color-test

Basic React web application, used during WWCode workshop: "Deploying web application using AWS ECS and provisioning infrastructure with Terraform".

Primary LanguageJavaScript

Example of React Web Application based on Alison Quaglia application

Summary

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!!! 😍

Getting Started

For this workshop clone this repo by running command: git clone https://github.com/mashun4ek/color-test.git

Install dependencies

yarn install

Run Snap Shot from the root directory

yarn start

Build the image

docker build -t workshop:latest .

Run the container locally

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).