https://github.com/faisalamin001/aws-ubuntu-react001
React app with CI/CD infrastructure powered by GitHub Actions, optimized for deployment on AWS with Ubuntu.
https://github.com/faisalamin001/aws-ubuntu-react001
Last synced: 4 months ago
JSON representation
React app with CI/CD infrastructure powered by GitHub Actions, optimized for deployment on AWS with Ubuntu.
- Host: GitHub
- URL: https://github.com/faisalamin001/aws-ubuntu-react001
- Owner: faisalamin001
- Created: 2024-02-04T05:52:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T12:49:04.000Z (over 1 year ago)
- Last Synced: 2025-01-14T13:56:40.392Z (6 months ago)
- Language: TypeScript
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React App with CI/CD and AWS Lightsail Deployment
This repository contains a simple React app with a CI/CD setup using GitHub Actions. The app is deployed on AWS Lightsail with Ubuntu, showcasing an automated development workflow.
## Features
- **Continuous Integration (CI):** GitHub Actions automates the build process on each push to the `main` branch.
- **Continuous Deployment (CD):** The app is deployed automatically to AWS Lightsail, ensuring seamless updates.
- **AWS Lightsail Deployment:** Utilize the power of AWS Lightsail for hosting your React app.
- **Ubuntu Server:** The deployment environment is based on Ubuntu for robust and reliable hosting.## Getting Started
### Prerequisites
- Node.js and npm installed locally.
- AWS Lightsail account with an Ubuntu instance.### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/react-app-aws-ubuntu-ci-cd.git
```