Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 838 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 838 Bytes

cra-template-redux

build status npm version npm downloads

The official Redux+JS template for Create React App

Usage

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

TypeScript

Use cra-template-redux-typescript, which is based off this template

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