We will use PNPM for two reasons: 1) All packages are stored on your computer only once and then symlinks (system links) are created from the package to the project as needed, 2) performance is increased meaning that when the project builds, it does so faster. You will need to either ...
sandbox - An empty project that you can use to play around with any concepts you like. csharp-prep - Starter projects for each of the C# Prep assignments. prepare - Starter projects for each of the preparation Learning Activities. prove - Starter projects for each of the prove Developer pro...