laardee / deploy-react-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 36.4%Language:TypeScript 28.2%Language:HTML 23.0%Language:CSS 12.4%