1.0.0 • Published 4 years ago

cra-template-redux-typescript-mui v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

cra-template-redux-typescript-mui

Based on the official Redux+TS template for Create React App but with Material-UI included.

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

For example:

npx create-react-app my-app --template redux-typescript-mui

# or

yarn create react-app my-app --template redux-typescript-mui

For more information on: