cra-template-reactjs-redux
v1.0.0
Published
The reactjs-redux template for Create React App.
Downloads
15
Maintainers
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