sp-dev-fx-webparts/tutorials/api-scopes
David Warner II 6d2d8731cb Dynamic SPFx Bundling/Loading Web Part Example (#628)
* Updated the api-scopes tutorial sample to SPFx v1.6.0 (#617)

* Dynamic SPFx Bundling Initial Commit
2018-10-03 08:02:22 -04:00
..
config Dynamic SPFx Bundling/Loading Web Part Example (#628) 2018-10-03 08:02:22 -04:00
images Updated README file for api-scopes tutorial sample 2018-05-16 18:26:51 +02:00
src Dynamic SPFx Bundling/Loading Web Part Example (#628) 2018-10-03 08:02:22 -04:00
.editorconfig folder rename to remove unnecessary tutorial term repeat 2018-03-12 14:27:49 +02:00
.gitignore folder rename to remove unnecessary tutorial term repeat 2018-03-12 14:27:49 +02:00
.yo-rc.json Dynamic SPFx Bundling/Loading Web Part Example (#628) 2018-10-03 08:02:22 -04:00
README.md Dynamic SPFx Bundling/Loading Web Part Example (#628) 2018-10-03 08:02:22 -04:00
gulpfile.js folder rename to remove unnecessary tutorial term repeat 2018-03-12 14:27:49 +02:00
package-lock.json Dynamic SPFx Bundling/Loading Web Part Example (#628) 2018-10-03 08:02:22 -04:00
package.json Dynamic SPFx Bundling/Loading Web Part Example (#628) 2018-10-03 08:02:22 -04:00
tsconfig.json Dynamic SPFx Bundling/Loading Web Part Example (#628) 2018-10-03 08:02:22 -04:00
tslint.json Dynamic SPFx Bundling/Loading Web Part Example (#628) 2018-10-03 08:02:22 -04:00

README.md

Consuming APIs secured with Azure Active Directory within SharePoint Framework

Summary

This sub folders contains a client-side project that is related to the tutorial available at the following URL: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aad-tutorial

The UI of the sample application

Solution

Solution Author(s)
spfx-api-scopes-tutorial Paolo Pialorsi (PiaSys.com - @PaoloPia)

Version history

Version Date Comments
1.0.0 August 28th 2018 Updated sample to SPFx v1.6.0
1.0.0 February 18th 2018 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Build and run the tutorials

To build and run this client-side project, you will need to clone and build the tutorials project.

Clone this repo by executing the following command in your console:

git clone https://github.com/SharePoint/sp-dev-fx-webparts.git

Navigate to the cloned repo folder which should be the same as the repo name:

cd sp-dev-fx-webparts

Navigate to the tutorials folder:

cd tutorials

Navigate to the specific web part folder:

cd 'subfolder'

Now run the following command to install the npm packages:

npm install

This will install the required npm packages and depedencies to build and run the client-side project.

Once the npm packages are installed, run the command to preview your web parts in SharePoint Workbench:

gulp serve