Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cra-template-reactjs-redux

thetechdevs10MIT1.0.0

The reactjs-redux template for Create React App.

react, create-react-app, template, thetechdevs, reactjs-redux

readme

Getting Started with reactjs-redux template of Create React App

This project was created with reactjs-redux.

To use this template

To use this template, add --template reactjs-redux when creating a new app.

For example:

npx create-react-app my-app --template reactjs-redux

# or

yarn create react-app my-app --template reactjs-redux