Skip to content

Commit e8783b9

Browse files
committed
added readme
1 parent 8f11bbe commit e8783b9

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
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.

0 commit comments

Comments
 (0)