Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.
/ total Public archive

This is a simple SharePoint web part built in SharePoint Framework (SPFx) 1.7 using the React SPFx template. This web part consumes dynamic data from other sources and displays it on the page.

Notifications You must be signed in to change notification settings

ispfx/total

Repository files navigation

total

This is a simple SharePoint web part built in SharePoint Framework (SPFx) 1.7 using the React SPFx template. This web part consumes dynamic data from other sources and displays it on the page.

Building Your Own Web Part

This solution is intended to accompany Introduction to SharePoint Framework, an online educational course that helps you to learn modern SharePoint Framework development techniques. Learn how to build your own web parts by following the lessons found at sharepointfx.io.

Getting Started

# Install dependencies
npm i

# Run the local workbench
gulp serve

Deploying to SharePoint

# Bundle the solution
gulp bundle --ship

# Package the solution
#  - This creates a sharepoint/solution/total.sppkg file
gulp package-solution --ship

Once you have a total.sppkg file, you can deploy this to your SharePoint environment's App Catalog. See the Deploying and Updating Solutions lesson for more information on solution deployment.

Learn More

For more information about the structure and functionality of this solution, see the official SharePoint Framework documentation.

About

This is a simple SharePoint web part built in SharePoint Framework (SPFx) 1.7 using the React SPFx template. This web part consumes dynamic data from other sources and displays it on the page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published