Skip to content

Dulajdeshan/cra-template-redux-saga-typescript

Repository files navigation

cra-template-redux-saga-typescript

build status npm version npm downloads

React Redux and Saga template for Create React App

What is Included?

Usage

To use this template within your project, add --template redux-saga-typescript when creating a new app.

For example:

npx create-react-app my-app --template redux-saga-typescript

# or

yarn create react-app my-app --template redux-saga-typescript

Cloning this repo pulls down the Redux Saga template only; not a bundled and configured Create React App.

For more information, please refer to: