1.0.1 • Published 2 years ago

create-cdk-react-app v1.0.1

Weekly downloads
-
License
MIT-0
Repository
github
Last release
2 years ago

Overview

Just do

npx create-cdk-react-app my-new-app
cd my-new-app

Or specify language

npx create-cdk-react-app my-app --cdk typescript --react typescript
cd my-new-app

And you are off to the races into building your modern React web app with AWS backend.

Alt Text

Usage

npx create-cdk-react-app [app-name] [options]

Options

OptionRequiredDescription
--cdkOptionalEither javascript or typescript. Will initialize the cdk app with the language specified. Defaults to javascript.
--reactOptionalEither javascript or typescript. Will initialize the create react app with the language specified. Defaults to javascript.

License

MIT-0 (see liecense)