Skip to content

Commit fabde66

Browse files
committed
enlarge image and call it in MD file
1 parent 22fd0bd commit fabde66

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed
23.7 KB
Loading

articles/active-directory/develop/tutorial-v2-javascript-spa.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,7 @@ Make sure you have [Node.js](https://nodejs.org/en/download/) installed, and the
103103

104104
You now have a simple server to serve your SPA. The intended folder structure at the end of this tutorial is as follows:
105105

106-
.<br />
107-
└── active-directory-javascript-graphapi-v2/<br />
108-
├── package.json<br />
109-
├── node_modules<br />
110-
├── server.js<br />
111-
└── JavaScriptSPA/<br />
112-
├── index.html<br />
113-
├── ui.js<br />
114-
├── authConfig.js<br />
115-
├── graphConfig.js<br />
116-
└── authPopup.js<br />
106+
![a text depiction of the intended SPA folder structure](./media/tutorial-v2-javascript-spa/single-page-application-folder-structure.png)
117107

118108
## Create the SPA UI
119109

0 commit comments

Comments
 (0)