/ecs-github-actions

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

Primary LanguageShell

ecs-github-actions

Deploy to AWS ECS

getting started

  1. install node modules:

    npm install
  2. run the application:

    npm start