Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 607 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 607 Bytes

cra-template-redux-typescript

The official Redux+TS template for Create React App.

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

For example:

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

# or

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

For more information, please refer to: