In this chapter, I explain how to set up the tool packages required for Angular and ASP.NET Core MVC development. For quick reference, Table 2-1 lists the packages and explains their purpose. Follow the instructions for your preferred operating system to install the tools that are required for the rest of this book.
Note
This book covers development on Windows and deployment to Linux containers. .NET Core supports Linux and macOS, but most ASP.NET Core MVC development is done on Windows, so the instructions in this chapter—and the rest of the book—are only for that platform.
The Software ...