Skip to content

Commit 84483e6

Browse files
authored
Remove the cd/start commands (#423)
They're already recommended by the create-react-app command
1 parent 1b78aeb commit 84483e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/introduction/quick-start.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ The recommended way to start new apps with React and Redux Toolkit is by using t
5454

5555
```sh
5656
npx create-react-app my-app --template redux
57-
cd my-app
58-
npm start
5957
```
6058

6159
## Help and Discussion

0 commit comments

Comments
 (0)