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
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.
gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO
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
Cheers!
- Shantha Kumar T ( @ktskumar )
- ktskumar.com