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...
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
...