This project was bootstrapped with Create React App.
CI/CD is implemented using CircleCI.
Jobs and actions specified in CircleCI
Which creates a node docker image, checks out code, install dependencies and run the tests.
Once test is success run aws orb command which build docker image based on definition in DockerFile and upload to aws ECR private repository
Once docker image is uploaded to ECR private repository then deploy it to ECS