create-cdk-react-app

1.0.1 • Public • Published

BUILD MODERN REACT APPS POWERED BY AWS CLOUD


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

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)

Readme

Keywords

none

Package Sidebar

Install

npm i create-cdk-react-app

Weekly Downloads

27

Version

1.0.1

License

MIT-0

Unpacked Size

376 MB

Total Files

14611

Last publish

Collaborators

  • annjawn