When you run this command, the local web server starts. If you're testing your add-in on Mac, run the following command before proceeding. cd 'My Office Add-in'Ĭomplete the following steps to start the local web server and sideload your add-in.
Navigate to the root folder of the project. src/taskpane/taskpane.js file contains the Office JavaScript API code that facilitates interaction between the task pane and the Office client application. src/taskpane/taskpane.css file contains the CSS that's applied to content in the task pane. src/taskpane/taskpane.html file contains the HTML markup for the task pane. To learn more about the manifest.xml file, see Office Add-ins XML manifest. manifest.xml file in the root directory of the project defines the settings and capabilities of the add-in. When you're ready to try out your add-in, proceed to the next section. If you'd like to explore the components of your add-in project, open the project in your code editor and review the files listed below. The add-in project that you've created with the Yeoman generator contains sample code for a basic task pane add-in. The step-by-step instructions within this article provide all of the guidance you'll need to complete this tutorial. You can ignore the next steps guidance that the Yeoman generator provides after the add-in project's been created.