Posts

Showing posts from January, 2017

Step by Step SharePoint Framework setup with Angular2

Image
I started trying the  new SharePoint Framework (SPFx), which looks quite promising. let’s start to setting up a SPFx project that uses Angular 2. Prerequisites  to configure/setup the development machine :  link Step 1: In cmd, Navigate to the directory where we want to create our project. Step 2: Run the command " yo @microsoft/sharepoint" Step 3: Now we need to follow the instruction given in  SharePoint Client-side Solution Generator   Step 4: Here at this stage we need to select the JS framework. there is possibility to select the out of the box framework supported. however to use the Angular 2 as our JS Framework we need to select the "No javaScript web framework" Step 5: Now installation and configuration will start, it will take sometime to complete. Once that done, will get the success message. Step 6: Now to start the local web server, run this command: gulp serve Step 7: At this point it brows