GitHunt
MO

morewings/cra-template-quickstart-redux

Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration

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

Languages

JavaScript92.6%HTML4.3%CSS3.0%Shell0.1%

Contributors

MIT License
Created January 1, 2020
Updated November 17, 2025