One of the powerful aspects of Nx is its generators that allow to easily scaffold new projects, configuration changes and new components. In this lesson we're exploring how to use a Nx built-in generator to scaffold a new Next.js page component which is the one for our portfolio's About page. We also leverage Nx Console to have a visual UI while composing the various options of the generator.
Prefer to read along as well? Here's the accompanying article.