In this chapter, you will create the example project used throughout this part of the book. The project contains a simple data model, a client-side package for formatting HTML content, and a simple request pipeline.
Creating the Project
Open a new PowerShell command prompt and run the commands shown in Listing 18-1.
You can download the example project for this chapter—and for all the other chapters in this book—from https://github.com/apress/pro-asp.net-core-6. See Chapter 1 for how to get help if you have problems running ...