commit
efc9e5b5ff
|
@ -28,7 +28,7 @@ To get started, ensure you've [installed the updated React project template](xre
|
||||||
Create a new project from a command prompt using the command `dotnet new react` in an empty directory. For example, the following commands create the app in a *my-new-app* directory and switch to that directory:
|
Create a new project from a command prompt using the command `dotnet new react` in an empty directory. For example, the following commands create the app in a *my-new-app* directory and switch to that directory:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
dotnet new -o my-new-app
|
dotnet new react -o my-new-app
|
||||||
cd my-new-app
|
cd my-new-app
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue