Sharepoint Framework provides an approach to development with less dependency on.NET. One of the core components of SPFx is the modern SharePoint page experience and can be built using client-side JavaScript and templating framework
Note: We do not want to install SharePoint in our local laptop
Below 5 Tools require before start the SPFX code
1. 1. Install NodeJs so that npm will install (install 7 + version)
Npm behaves Like nuget
2. 2. Install Yoman (for Build Process)
It behaves Like VisualStudio project template
3. 3.Gulp(for Build Process)
It behaves Like MSbuild
4. 4.Install Yoman SharePoint Project Generator
5. 5.Install Visual Studio Code (Code Editor)