Aligned all instances of the tagline. Changes include documentation, metadata, UI content, test assertions, and other project assets.
826 B
826 B
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspace
Using npm init
npm init nx-workspace
Using yarn create
yarn create nx-workspace
Adding Nx to an Existing Repository
Run:
npx nx@latest init