cra-template-redux-saga-typescript
v1.0.2
Published
React Template - Typescript, Redux (Redux Toolkit), Saga with Unit Testing
Downloads
6
Maintainers
Readme
cra-template-redux-saga-typescript
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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.