Skip to content

A simple Organisation Chart web part using Office UI Fabric, React, Graph API

Notifications You must be signed in to change notification settings

Chindara/spfx-organizationchart

Repository files navigation

Organization Chart

A simple Organisation Chart web part using Office UI Fabric, React, Graph API

Compatibility

version Compatible with SharePoint Online Local Workbench Compatible Hosted Workbench Compatible

Applies to

Version history

Version Date Comments
1.0 November 1, 2022 Initial release

Using the sample

To build and start using this project, you'll need to clone and build the package

https://github.com/Chindara/spfx-organizationchart.git

Navigate to the cloned repository folder which should be the same as the repository name

cd spfx-organizationchart

Now run the following command to install the npm packages

npm install

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

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

gulp serve

Useful Links