Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laardee/deploy-react-app


https://github.com/laardee/deploy-react-app

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Example React App with CDK Deployment

## Prerequisites

* AWS Account set up
* Node.js installed

## Installation

Install client dependencies by changing directory to `client` and running `yarn` or `npm install`.

Install client dependencies by changing directory to `infra` and running `yarn` or `npm install`.

## Deployment

Run `yarn deploy` or `npm run deploy` to build the React app and deploy it to the S3 bucket with CloudFront distribution.