Skip to content

Commit 21647a4

Browse files
committed
docs(guide): update overview to cd into app
1 parent 77b5d19 commit 21647a4

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

docs/angular/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Ionic uses the official Angular stack for building apps and routing, so your app
3434
$ npm install -g @ionic/cli
3535
$ ionic start myApp tabs --type angular
3636
37+
$ cd myApp
3738
$ ionic serve █
3839
```
3940

docs/react/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Ionic React works seamlessly with the React CLI and popular React tooling. You c
3434
$ npm install -g @ionic/cli
3535
$ ionic start myApp tabs --type react
3636
37+
$ cd myApp
3738
$ ionic serve █
3839
```
3940

docs/vue/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ While you can use many [Cordova](https://cordova.apache.org/) plugins with Ionic
3636
$ npm install -g @ionic/cli
3737
$ ionic start myApp tabs --type vue
3838
39+
$ cd myApp
3940
$ ionic serve █
4041
```
4142

versioned_docs/version-v5/react.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ At the end of the day, it's just React. Ionic React uses open web standards and
109109
$ npm install -g @ionic/cli
110110
$ ionic start myApp tabs --type react
111111
112+
$ cd myApp
112113
$ ionic serve █
113114
```
114115

versioned_docs/version-v5/vue/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ While there are no known technical limitations to using `Ionic Vue` with [Cordov
3333
$ npm install -g @ionic/cli
3434
$ ionic start myApp tabs --type vue
3535
36+
$ cd myApp
3637
$ ionic serve █
3738
```
3839

versioned_docs/version-v6/angular/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Ionic uses the official Angular stack for building apps and routing, so your app
3434
$ npm install -g @ionic/cli
3535
$ ionic start myApp tabs --type angular
3636
37+
$ cd myApp
3738
$ ionic serve █
3839
```
3940

versioned_docs/version-v6/react/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Ionic React works seamlessly with the React CLI and popular React tooling. You c
3434
$ npm install -g @ionic/cli
3535
$ ionic start myApp tabs --type react
3636
37+
$ cd myApp
3738
$ ionic serve █
3839
```
3940

versioned_docs/version-v6/vue/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ While you can use many [Cordova](https://cordova.apache.org/) plugins with Ionic
3636
$ npm install -g @ionic/cli
3737
$ ionic start myApp tabs --type vue
3838
39+
$ cd myApp
3940
$ ionic serve █
4041
```
4142

versioned_docs/version-v7/angular/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Ionic uses the official Angular stack for building apps and routing, so your app
3434
$ npm install -g @ionic/cli
3535
$ ionic start myApp tabs --type angular
3636
37+
$ cd myApp
3738
$ ionic serve █
3839
```
3940

versioned_docs/version-v7/react/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Ionic React works seamlessly with the React CLI and popular React tooling. You c
3434
$ npm install -g @ionic/cli
3535
$ ionic start myApp tabs --type react
3636
37+
$ cd myApp
3738
$ ionic serve █
3839
```
3940

0 commit comments

Comments
 (0)