Skip to content

Commit b0c8b26

Browse files
authored
Merge pull request #234537 from kengaderdus/update-ciam-react-portal-quickstart-v2
Update ciam react portal quickstart
2 parents 64ab6f8 + f7cd570 commit b0c8b26

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,13 @@ ms.date: 04/12/2023
1616
# Portal quickstart for React SPA
1717

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.
19-
20-
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
21-
> ## Prerequisites
22-
>
23-
> * Azure subscription - [Create an Azure subscription for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
24-
> * [Node.js](https://nodejs.org/en/download/)
25-
> * [Visual Studio Code](https://code.visualstudio.com/download) or another code editor
26-
>
27-
> ## Run the sample
2819
>
29-
> 1. Unzip the downloaded file.
30-
>
31-
> 1. In your terminal, locate the folder that contains the `package.json` file, then run the following command:
20+
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
21+
> 1. Make sure you've installed [Node.js](https://nodejs.org/en/download/).
3222
>
23+
> 1. Unzip the sample, `cd` into the folder that contains `package.json`, then run the following commands:
3324
> ```console
3425
> npm install && npm start
3526
> ```
36-
>
37-
> 1. Open your browser and visit `http://locahost:3000`.
38-
>
39-
> 1. Select the **Sign-in** link on the navigation bar, then follow the prompts.
27+
> 1. Open your browser, visit `http://locahost:3000`, select **Sign-in** link, then follow the prompts.
4028
>

0 commit comments

Comments
 (0)