https://github.com/jhasuraj01/cra-template-redux-typescript-router
The extension of official Redux+TS template with react-router-dom for Create React App.
https://github.com/jhasuraj01/cra-template-redux-typescript-router
create-react-app react react-redux-router redux reduxjs template typescript
Last synced: 7 months ago
JSON representation
The extension of official Redux+TS template with react-router-dom for Create React App.
- Host: GitHub
- URL: https://github.com/jhasuraj01/cra-template-redux-typescript-router
- Owner: jhasuraj01
- License: mit
- Created: 2022-08-22T20:40:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T19:07:09.000Z (almost 2 years ago)
- Last Synced: 2025-05-01T15:44:23.295Z (8 months ago)
- Topics: create-react-app, react, react-redux-router, redux, reduxjs, template, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/cra-template-redux-typescript-router
- Size: 628 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cra-template-redux-typescript-router
The extension of official Redux+TS template with react-router for [Create React App](https://github.com/facebook/create-react-app).
To use this template within your project, add `--template redux-typescript-router` when creating a new app.
For example:
```sh
npx create-react-app my-app --template redux-typescript-router
# or
yarn create react-app my-app --template redux-typescript-router
```
Cloning this repo pulls down the Redux template only; not a bundled and configured Create React App.
For more information, please refer to:
- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.