1.0.0 • Published 3 years ago

cra-template-reactjs-redux v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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