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
- Host: GitHub
- URL: https://github.com/dgonzo27/ecs-github-actions
- Owner: dgonzo27
- Created: 2022-06-28T17:24:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T17:31:12.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T05:12:24.389Z (about 2 years ago)
- Topics: aws, docker, ecs, github-actions, nginx, react
- Language: Shell
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ecs-github-actions
[](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
```