nx/docs/node/getting-started/getting-started.md
Victor Savkin 24bf8e8b0d wip
2020-12-22 14:56:26 -05:00

838 B

Getting Started

Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale Node applications. s

Create Nx Workspace

Creating an Nx workspace is easy. Run the following command to set up an Nx workspace with an Angular app in it.

npx create-nx-workspace --preset=express

Learn Nx Fundamentals

Dive Deep