Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laardee/deploy-react-app
https://github.com/laardee/deploy-react-app
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laardee/deploy-react-app
- Owner: laardee
- Created: 2021-10-18T11:53:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T11:56:46.000Z (about 3 years ago)
- Last Synced: 2024-06-11T23:12:34.147Z (5 months ago)
- Language: JavaScript
- Size: 241 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.