An open API service indexing awesome lists of open source software.

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.

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.