A simple Organisation Chart web part using Office UI Fabric, React, Graph API
| Version | Date | Comments |
|---|---|---|
| 1.0 | November 1, 2022 | Initial release |
To build and start using this project, you'll need to clone and build the package
https://github.com/Chindara/spfx-organizationchart.gitNavigate to the cloned repository folder which should be the same as the repository name
cd spfx-organizationchartNow run the following command to install the npm packages
npm installThis 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