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:
Delete all of the components in the
ExpenseTracker.Client.Pages
folder, except forIndex
.Delete the
ExpenseTracker.Client.Shared\SurveyPrompt.razor
file.Open the
ExpenseTracker.Client.Shared\MainLayout.razor
file.Remove the “About” link from the top row of the layout by removing the following markup:
Get hands-on with 1400+ tech skills courses.