Skip to content

Commit 0dfe3b1

Browse files
committed
Update readmes
1 parent 4b52ea4 commit 0dfe3b1

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,11 @@ In this lab you will create a React single-page application, configured with Azu
88

99
- [React Microsoft Graph tutorial](https://docs.microsoft.com/graph/training/react-tutorial)
1010

11-
## Demos
12-
13-
The [demos](./demos) directory in this repository contains copies of the project that correspond to completing individual sections of the tutorial. If you just want to demo a particular section of the tutorial, you can start with the version from the previous section.
14-
15-
- [01-create-app](demos/01-create-app): Completed [Create a React single-page app](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=1)
16-
- [02-add-aad-auth](demos/02-add-aad-auth): Completed [Add Azure AD authentication](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=3)
17-
- [03-add-msgraph](demos/03-add-msgraph): Completed [Get calendar data](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=4)
18-
1911
## Completed sample
2012

2113
If you just want the completed sample generated by following this lab, you can find it here.
2214

23-
- [Completed project](demos/03-add-msgraph)
15+
- [Completed project](demo)
2416

2517
## Watch the Module
2618

@@ -39,6 +31,7 @@ This module has been recorded and is available in the Office Development YouTube
3931

4032
| Version | Date | Comments |
4133
| ------- | ---------------- | ---------------------------------- |
34+
| 1.8 | March 19, 2020 | Refresh tutorial |
4235
| 1.7 | December 3, 2019 | Update to latest Graph SDK and `create-react-app` |
4336
| 1.6 | June 18, 2019 | Added link to screencast recording |
4437
| 1.5 | May 24, 2019 | 2019Q4 content refresh |

demo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
To run the completed project in this folder, you need the following:
66

7-
- [Node.js](https://nodejs.org) installed on your development machine. If you do not have Node.js, visit the previous link for download options. (**Note:** This tutorial was written with Node version 10.15.3. The steps in this guide may work with other versions, but that has not been tested.)
7+
- [Node.js](https://nodejs.org) installed on your development machine. If you do not have Node.js, visit the previous link for download options. (**Note:** This tutorial was written with Node version 12.16.1. The steps in this guide may work with other versions, but that has not been tested.)
88
- Either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account.
99

1010
If you don't have a Microsoft account, there are a couple of options to get a free account:
@@ -40,8 +40,8 @@ If you don't have a Microsoft account, there are a couple of options to get a fr
4040

4141
## Configure the sample
4242

43-
1. Rename the `./graph-tutorial/src/Config.js.example` file to `./graph-tutorial/src/Config.js`.
44-
1. Edit the `./graph-tutorial/src/Config.js` file and make the following changes.
43+
1. Rename the `./graph-tutorial/src/Config.ts.example` file to `./graph-tutorial/src/Config.ts`.
44+
1. Edit the `./graph-tutorial/src/Config.ts` file and make the following changes.
4545
1. Replace `YOUR_APP_ID_HERE` with the **Application Id** you got from the App Registration Portal.
4646
1. In your command-line interface (CLI), navigate to the `graph-tutorial` directory and run the following command to install requirements.
4747

0 commit comments

Comments
 (0)