File tree 1 file changed +22
-1
lines changed 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
- # cra-template-redux-typescript-router
1
+ # cra-template-redux-typescript-router
2
+
3
+ The extension of official Redux+TS template with react-router for [ Create React App] ( https://github.com/facebook/create-react-app ) .
4
+
5
+ To use this template within your project, add ` --template redux-typescript-router ` when creating a new app.
6
+
7
+ For example:
8
+
9
+ ``` sh
10
+ npx create-react-app my-app --template redux-typescript-router
11
+
12
+ # or
13
+
14
+ yarn create react-app my-app --template redux-typescript-router
15
+ ```
16
+
17
+ Cloning this repo pulls down the Redux template only; not a bundled and configured Create React App.
18
+
19
+ For more information, please refer to:
20
+
21
+ - [ Getting Started] ( https://create-react-app.dev/docs/getting-started ) – How to create a new app.
22
+ - [ User Guide] ( https://create-react-app.dev ) – How to develop apps bootstrapped with Create React App.
You can’t perform that action at this time.
0 commit comments