Create WebPart using SharePoint Framework and test it in local Workbench
Check this link to setup the SharePoint Framework environment http://techchaitu.blogspot.com/2017/09/what-is-sharepoint-framework-development.html SharePoint Framework is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data and support for open source tooling. With the SharePoint Framework, you can use modern web technologies and tools in your preferred development environment to build productive experiences and apps that are responsive and mobile-ready from day one. Create a new SharePoint Framework project Open any Windows Powershell/command tool. I prefer to use Powershell. Navigate to a folder or create a new folder. Run the Yeoman Generator to create SharePoint Framework solution package. yo @microsoft/sharepoint Fill the details required for creating a new SharePoint solution and choose Enter Yeoman has started working on the scaffolding of the projec...