@@ -34,7 +34,7 @@ You can run the app you create in this article on the platform of your choice in
34
34
35
35
::: zone pivot="vanilla-js"
36
36
37
- 1 . Select an appropriate directory for your code, then run the following commands.
37
+ 2 . Select an appropriate directory for your code, then run the following commands.
38
38
39
39
``` bash
40
40
npm create vite@latest swa-vanilla-demo -- --template=vanilla
@@ -51,7 +51,7 @@ You can run the app you create in this article on the platform of your choice in
51
51
52
52
::: zone pivot=" angular"
53
53
54
- 1 . Select an appropriate directory for your code, then run the following commands.
54
+ 2 . Select an appropriate directory for your code, then run the following commands.
55
55
56
56
` ` ` bash
57
57
npx --package @angular/cli@latest ng new swa-angular-demo --ssr=false --defaults
@@ -67,7 +67,7 @@ You can run the app you create in this article on the platform of your choice in
67
67
68
68
::: zone pivot=" react"
69
69
70
- 1 . Select an appropriate directory for your code, then run the following commands.
70
+ 2 . Select an appropriate directory for your code, then run the following commands.
71
71
72
72
` ` ` bash
73
73
npm create vite@latest swa-react-demo -- --template react
@@ -84,7 +84,7 @@ You can run the app you create in this article on the platform of your choice in
84
84
85
85
::: zone pivot=" vue"
86
86
87
- 1 . Select an appropriate directory for your code, then run the following commands.
87
+ 2 . Select an appropriate directory for your code, then run the following commands.
88
88
89
89
` ` ` bash
90
90
npm create vite@latest swa-vue-demo -- --template vue
@@ -99,7 +99,7 @@ You can run the app you create in this article on the platform of your choice in
99
99
100
100
::: zone-end
101
101
102
- 1 . Select < kbd> Cmd/Ctrl< /kbd> +< kbd> C< /kbd> to stop the development server.
102
+ 3 . Select < kbd> Cmd/Ctrl< /kbd> +< kbd> C< /kbd> to stop the development server.
103
103
104
104
[! INCLUDE [Create an Azure Static Web App](../../includes/static-web-apps/quickstart-direct-deploy-create.md)]
105
105
0 commit comments