Skip to content

Repo covers all the high-level concepts for creating the SharePoint Framework webpart. Sample contains two webparts, and those are created for the Office 365 Chennai Boot 2018 Camp Demo Session.

License

Notifications You must be signed in to change notification settings

ktskumar/spfxsecrets-webparts

Repository files navigation

SECRETS TO MASTER SHAREPOINT FRAMEWORK: spfxsecrets-webparts

This Repo contains the Webparts I have created for the demo session held on 27th Oct'18. Check out the below link to access the deck presented during my session. Presentation

Final Output

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Build options

gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO

How to Use

Follow the below steps to use this sample,

  • Download or clone this Repo
  • Extract the downloaded file
  • Navigate to the project folder, where you have extracted or forked
  • Navigate to the folder path via terminal ( powershell or any command line tool)
  • Run the below commands in terminal
    • npm install
    • gulp serve
  • After successfull build, nvaigate to the woprkbench in SharePoint
  • Add the below two webparts to the workbench and test it
    • List Item Count Chart

    • PnP React Controls Sample

Cheers!

About

Repo covers all the high-level concepts for creating the SharePoint Framework webpart. Sample contains two webparts, and those are created for the Office 365 Chennai Boot 2018 Camp Demo Session.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages