This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

cra-template-quickstart-redux

1.3.4 • Public • Published

Deprecation notice

Create React App is not updated by its maintainers anymore. So this project can't be updated as well. I recommend to use Next Redux template which has all the same functionality plus new features.

Quickstart Redux Create React App template

Opinionated quickstart Create React App (CRA) template.

Features

Usage

npx create-react-app %PROJECT_NAME% --template quickstart-redux

Or

yarn create react-app %PROJECT_NAME% --template quickstart-redux

npx command installs most recent stable version of CRA from npm. --template parameter points to this template, note that cra-template- prefix is omitted.

Then

cd %PROJECT_NAME%
yarn start

See full documentation or demo

Package Sidebar

Install

npm i cra-template-quickstart-redux

Weekly Downloads

13

Version

1.3.4

License

MIT

Unpacked Size

78 kB

Total Files

65

Last publish

Collaborators

  • morewings