Generate a new React app with Nx

Share this video with your friends

Send Tweet

One of the powerful capabilities of Nx is it's code generation and scaffolding mechanism. Nx allows you to generate new apps, libraries, components and more, which don't just generate new code but also modify existing one to fit the new situation. In this lesson we explore the code generation commands by generating a new React application in our Nx monorepo workspace.