Skip to content

Commit 8a6845a

Browse files
authored
Mention TS CRA template in Readme (#1003)
1 parent a1f3595 commit 8a6845a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ The recommended way to start new apps with React and Redux Toolkit is by using t
1818
npx create-react-app my-app --template redux
1919
```
2020

21+
Or if you are a TypeScript user, use [cra-template-redux-typescript](https://github.com/reduxjs/cra-template-redux-typescript), which is based on that template
22+
23+
```sh
24+
npx create-react-app my-app --template redux-typescript
25+
```
26+
27+
2128
### An Existing App
2229

2330
Redux Toolkit is available as a package on NPM for use with a module bundler or in a Node application:

0 commit comments

Comments
 (0)