Removing the Demo Project
Understand the step-by-step process to remove demo components, controllers, and files from a Blazor WebAssembly project. This lesson helps you clean the solution by deleting specific pages, layout links, and backend controllers so you can start adding your custom Expense Tracker features effectively.
We'll cover the following...
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.Pagesfolder, except forIndex...