From the course: SharePoint Framework for Developers: 2 Authoring and Debugging Solutions

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

A walk-through of an SPFx solution

A walk-through of an SPFx solution

From the course: SharePoint Framework for Developers: 2 Authoring and Debugging Solutions

Start my 1-month free trial

A walk-through of an SPFx solution

- [Instructor] Now I just created a SharePoint Framework webpart and it says, congratulations this was created, run gulp serve to play with it. Well, tempting but before we play with it, let's see what code got generated. So open this folder in VS Code and the first thing you see here, the resolution I'm working in is very low, but it says this workspace has an extension recommendations. So basically inside of VS Code here, they've placed a file called extensions.json and inside of here, they're basically saying that, this particular project works very well with debugger for Chrome extension. The purpose of debugger for Chrome is that it makes debugging a little bit easier. You can debug SharePoint Framework solutions directly inside of VS Code. Technically, the Chrome debugger works for more than just SharePoint Framework solutions, but let's go ahead and click on install all. This should go ahead and install the debugger for Chrome extension. Let's also go ahead and install TSLint…

Contents