create-cdk-react-app
v1.0.1
Published
A scaffolding for React App with AWS CDK (Cloud Development Kit) projects
Readme
Overview
Just do
npx create-cdk-react-app my-new-app
cd my-new-appOr specify language
npx create-cdk-react-app my-app --cdk typescript --react typescript
cd my-new-appAnd you are off to the races into building your modern React web app with AWS backend.

Usage
npx create-cdk-react-app [app-name] [options]Options
| Option | Required | Description |
|-------------------|----------|----------------------------------------------------------------------------------------------------------------------------------|
| --cdk | Optional | Either javascript or typescript. Will initialize the cdk app with the language specified. Defaults to javascript. |
| --react | Optional | Either javascript or typescript. Will initialize the create react app with the language specified. Defaults to javascript. |
License
MIT-0 (see liecense)
