Summary
In this chapter, you learned how to set up your development environment and create your first D web application. You installed the DMD compiler, DUB package manager, and some required libraries. Then, you used these tools to generate a simple web application. You changed the application to use a template in order to create HTML instead of simple text.
Equipped with this knowledge, you are now ready to dive deeper into the template engine that is explained in the next chapter.