We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55715c2 commit 152a0a3Copy full SHA for 152a0a3
README.md
@@ -21,17 +21,19 @@ We have deployed this API to Azure to allow testing without running it locally.
21
22
1. Clone the code.
23
24
- ```git clone https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi```
+ ```bash
25
+ git clone https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi
26
+ ```
27
28
2. Make sure you've [installed Node](https://nodejs.org/en/download/).
29
30
4. Install the node dependencies:
31
- ```
32
33
npm install && npm update
34
```
35
5. Run the Web API! By default it will run on `http://localhost:5000`.
36
37
node index.js
38
39
0 commit comments