From the course: Microsoft Office Add-Ins for Developers

Unlock the full course today

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

Tour the glossary add-in

Tour the glossary add-in

From the course: Microsoft Office Add-Ins for Developers

Start my 1-month free trial

Tour the glossary add-in

- [Instructor] Okay, so I think it's time to see what this looks like when we run it. So I can go to my glossary directory again, and I can do npm start. And it's building everything, doing type script compilation, tsx compilation, and now it's up and running. And what I can do is actually go to the browser and say, let me go to https//localhost3000, and we'll click through these certificate warnings again. And now it's actually rendering the UI, it doesn't look so good at this width, let me bring up the developer tools. And I can use that as a way of giving me a smaller pane, a bit like a mobile device pane, which is nearer to what the task pane will look like in the actual application, and you can see I've got some tabs here. So the tabs work here I can navigate. We've got an alert here that says it look as though you don't have any words in the glossary, try clicking create glossary. So that will help the users, this is again using a Office UI fabric component to render that. I've…

Contents