Skip to content

Commit 57666db

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

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

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

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,10 @@ 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-
> ## 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
28-
>
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:
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:
3222
>
3323
> ```console
3424
> npm install && npm start
3525
> ```
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.
26+
> 1. Open your browser, visit `http://locahost:3000`, select **Sign-in** link, then follow the prompts.
4027
>

0 commit comments

Comments
 (0)