forked from SharePoint/sp-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Todo Web Part Sample
Manish garg edited this page Aug 17, 2016
·
1 revision
The Todo Web Part sample along with other samples are available in the DK3Samples folder.
Follow the steps below to run todo web part:
-
Clone the repo
-
Open a console and navigate to DK3Samples folder in your machine
-
Type the following to install npm packages
npm i
-
Once npm installs all the packages, run:
gulp serve
-
Todo web part will be available now in your local workbench.
-
As an added exercise, deploy the web part to SharePoint and CDN and test it respectively.