Skip to content

Commit 408d265

Browse files
Changed degit npm module with tiged for cloning the templates
1 parent c054a05 commit 408d265

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/introduction/GettingStarted.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,26 @@ yarn add @reduxjs/toolkit
4141

4242
The recommended way to start new apps with Redux is to use one of our [official templates](https://github.com/reduxjs/redux-templates). These templates come pre-configured with Redux Toolkit, and include a small example app to get you started.
4343

44-
To create a new project, you can use a tool like `degit` to clone and extract the template.
44+
To create a new project, you can use a tool like `tiged` to clone and extract the template.
4545

4646
```bash
4747
# Vite + TypeScript
48-
npx degit reduxjs/redux-templates/packages/vite-template-redux my-app
48+
npx tiged reduxjs/redux-templates/packages/vite-template-redux my-app
4949

5050
# Create React App + TypeScript
51-
npx degit reduxjs/redux-templates/packages/cra-template-redux-typescript my-app
51+
npx tiged reduxjs/redux-templates/packages/cra-template-redux-typescript my-app
5252

5353
# Create React App + JavaScript
54-
npx degit reduxjs/redux-templates/packages/cra-template-redux my-app
54+
npx tiged reduxjs/redux-templates/packages/cra-template-redux my-app
5555

5656
# Expo + TypeScript
57-
npx degit reduxjs/redux-templates/packages/expo-template-redux-typescript my-app
57+
npx tiged reduxjs/redux-templates/packages/expo-template-redux-typescript my-app
5858

5959
# React Native + TypeScript
60-
npx degit reduxjs/redux-templates/packages/react-native-template-redux-typescript my-app
60+
npx tiged reduxjs/redux-templates/packages/react-native-template-redux-typescript my-app
6161

6262
# Standalone Redux Toolkit App Structure Example
63-
npx degit reduxjs/redux-templates/packages/rtk-app-structure-example my-app
63+
npx tiged reduxjs/redux-templates/packages/rtk-app-structure-example my-app
6464
```
6565

6666
In addition to our official templates, the community has created other templates, such as the [Next.js `with-redux` template](https://github.com/vercel/next.js/tree/canary/examples/with-redux).

0 commit comments

Comments
 (0)