Skip to content

Commit c262fa8

Browse files
authored
Remove the cd/start commands (#3728)
They're already recommended by the create-react-app command
1 parent bf0ad7a commit c262fa8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/introduction/GettingStarted.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ The recommended way to start new apps with React and Redux is by using the [offi
4848

4949
```sh
5050
npx create-react-app my-app --template redux
51-
cd my-app
52-
npm start
5351
```
5452

5553
## Basic Example

docs/introduction/Installation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,4 @@ The recommended way to start new apps with React and Redux is by using the [offi
3939

4040
```sh
4141
npx create-react-app my-app --template redux
42-
cd my-app
43-
npm start
4442
```

0 commit comments

Comments
 (0)