forked from Azure-Samples/ms-identity-javascript-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,19 +68,19 @@ or download and extract the repository .zip file. | |
Locate the project root folder in a command prompt. Then: | ||
|
||
```console | ||
cd ms-identity-javascript-tutorial-c4s1-api1 | ||
cd DownstreamAPI | ||
npm install | ||
``` | ||
|
||
```console | ||
cd .. | ||
cd ms-identity-javascript-tutorial-c4s1-api2 | ||
cd MiddletierAPI | ||
npm install | ||
``` | ||
|
||
```console | ||
cd .. | ||
cd ms-identity-javascript-tutorial-c4s1-spa | ||
cd SPA | ||
npm install | ||
``` | ||
|
||
|
@@ -425,4 +425,4 @@ To provide feedback on or suggest features for Azure Active Directory, visit [Us | |
|
||
If you'd like to contribute to this sample, see [CONTRIBUTING.MD](/CONTRIBUTING.md). | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |