Skip to content

Use Github Actions to deploy a Dockerized React App to AWS ECS

Notifications You must be signed in to change notification settings

dgonzo27/ecs-github-actions

Repository files navigation

ecs-github-actions

Deploy to AWS ECS

getting started

  1. install node modules:

    npm install
  2. run the application:

    npm start