Skip to content

Commit cf6e145

Browse files
committed
update react portal quickstart
1 parent 57666db commit cf6e145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory/develop/web-app-quickstart-portal-node-js-ciam.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ ms.date: 04/12/2023
1818
> In this quickstart, you download and run a code sample that demonstrates how a React single-page application (SPA) can sign in users with Azure AD CIAM.
1919
2020
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
21-
> 1. Make sure you've [Node.js](https://nodejs.org/en/download/) installed in your computer, unzip the sample app, `cd` to the folder that contains the `package.json` file, then run the following commands:
21+
> 1. Make sure you've installed [Node.js](https://nodejs.org/en/download/).
2222
>
23+
> 1. Unzip the sample, `cd` into the folder that contains `package.json`, then run the following commands:
2324
> ```console
2425
> npm install && npm start
2526
> ```

0 commit comments

Comments
 (0)