+++ title = "Deleting the Sample App" weight = 33 +++ Now that we have it clear that we are not satisfied with the default structure, delete the app you create and let's rebuild applying some best practices. ```sh cd ~/environment/ rm -rf sample-app/ ```