From the course: SharePoint Framework Essential Training
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Demo: Write a simple SPFx app
From the course: SharePoint Framework Essential Training
Demo: Write a simple SPFx app
- [Instructor] Let's get a feel for what developing for SPFx looks like. Now, this is my SharePoint admin center. There's not much going on here. This is a plain vanilla new tenant, and inside of here, I've already created the app catalog. How do you create it? Go to the More features area and click on the Apps button, and it'll create an app catalog for you. Also I've created a team site. This is what it looks like. I haven't done any customizations here, and this is what the apps catalog looks like. So the idea being that when you develop an app, when you package it, you would upload it here as an .sppkg, and then it is made available over here. Okay, let me also walk you through my machine. Let's go ahead and install the npm dependencies that we need, so I'm going to need gulp-cli, I'm going to need Yeoman, and I'm going to need the Yeoman generator for SPFx, and we're going to go ahead and install these globally. This is going to take a while, so let's give this a moment to…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.