Skip to content

Commit c471f4f

Browse files
committed
Added quickstart config
1 parent 6652405 commit c471f4f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ typings/
6363
# VS Code settings
6464
.vscode/
6565

66-
Config.js
66+
Config.js
67+
ReactQuickStart.zip

demos/03-add-msgraph/README.md

Lines changed: 1 addition & 1 deletion
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-
- [Visual Studio](https://visualstudio.microsoft.com/vs/) installed on your development machine. If you do not have Visual Studio, visit the previous link for download options. (**Note:** This tutorial was written with Visual Studio 2017 version 15.81. 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 10.15.3. 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:

qs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sourceDirectory": ".\\demos\\03-add-msgraph",
3+
"exampleConfigFile": ".\\graph-tutorial\\src\\Config.js.example",
4+
"configFile": "Config.js",
5+
"archiveFile": "ReactQuickStart.zip",
6+
"zipReadMe": ".\\README.md"
7+
}

0 commit comments

Comments
 (0)