Removing the Demo Project

Learn how to configure a template demo app and remove unnecessary content according to our needs.

We'll cover the following

To remove the demo project, we need to delete some components, update a couple of components, and delete both a controller and a class. We do this as follows:

  1. Delete all of the components in the ExpenseTracker.Client.Pages folder, except for Index.

  2. Delete the ExpenseTracker.Client.Shared\SurveyPrompt.razor file.

  3. Open the ExpenseTracker.Client.Shared\MainLayout.razor file.

  4. Remove the “About” link from the top row of the layout by removing the following markup:

Get hands-on with 1200+ tech skills courses.