An open API service indexing awesome lists of open source software.

https://github.com/dgonzo27/ecs-github-actions

Use Github Actions to deploy a Dockerized React App to AWS ECS
https://github.com/dgonzo27/ecs-github-actions

aws docker ecs github-actions nginx react

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# ecs-github-actions

[![Deploy to AWS ECS](https://github.com/dgonzo27/ecs-github-actions/actions/workflows/aws-ecs.yml/badge.svg?branch=master)](https://github.com/dgonzo27/ecs-github-actions/actions/workflows/aws-ecs.yml/badge.svg?branch=master)

## getting started
1. install node modules:

```sh
npm install
```

2. run the application:

```sh
npm start
```